https://github.com/allindevelopers/executanti
Reverse engineer and Web version of "Furnica" and "Cangourou"
https://github.com/allindevelopers/executanti
ast lexer parser programming-language tokens
Last synced: 10 months ago
JSON representation
Reverse engineer and Web version of "Furnica" and "Cangourou"
- Host: GitHub
- URL: https://github.com/allindevelopers/executanti
- Owner: allindevelopers
- Created: 2021-11-17T09:59:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T01:21:39.000Z (about 4 years ago)
- Last Synced: 2025-03-23T16:44:57.513Z (10 months ago)
- Topics: ast, lexer, parser, programming-language, tokens
- Language: Vue
- Homepage: https://laughing-invention.vercel.app/furnica
- Size: 2.3 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# laughing-invention
Reverse engineer and Web version of "Furnica" and "Cangourou" applications
## Links
- 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
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```
## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```
## Production
Build the application for production:
```bash
yarn build
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).