Reverse engineer and Web version of "Furnica" and "Cangourou" applications
- https://drive.google.com/file/d/1J2jXUsdgnY5MPyvMw93_-LaH3JpFqR8s/view
- https://github.com/kach/nearley
- https://github.com/no-context/moo
- https://www.softwareforenterprise.us/how-to-create-your-own-programming-language/
- https://eloquentjavascript.net/12_language.html
- https://david-brown.dev/posts/creating-a-toy-language
- https://github.com/antlr/antlr4
We recommend to look at the documentation.
Make sure to install the dependencies
yarn install
Start the development server on http://localhost:3000
yarn dev
Build the application for production:
yarn build
Checkout the deployment documentation.