Mynx is in a very pre-alpha state, but if you would like to try it out this is the place to be. I'll shoot to almost daily update the vscode extension installer in this repository.
- ! - A lot of mising intelisense.
- ! - Auto-format is still a little broken.
- ! - No iterables. (Map, List)
- ! - No loops.
- ! - No map-to. (map val in list to result: 0 (...))
- ! - And many more that I will add as I find them.
- Ensure npm, vscode, and vite are installed on your computer.
- Fork this repository.
- Install the included vscode extension.
- $
code --install-extension ./Mynx-0.0.1.vsix
- $
- Open the folder in vscode.
- Run the app.
- $
cd ./builds/website
- $
npm i
- $
vite
- Open the url in a browser.
- $
- Read learn-mynx.md.
- Start coding, the Mynx extension will automatically compile any .mx files whether you want it to or not.
Read learn-mynx.md.