Installation
Currently, only the python interpreter backend is available. To install it, you must have python 3.11 or later installed. Then to install:
- Clone the repo
$ git clone git@github.com:david-andrew/dewy-lang.git
- Run the install script
$ cd dewy-lang $ python install.py
- Log out and back in
Verify Install
When you do have the language properly installed, you should be able to verify that it works like so:
$ dewy -v
Dewy 0.0.0