An open API service indexing awesome lists of open source software.

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"

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).