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

https://github.com/kanseiky/ernaculere

🖥️ A small language written in Rust
https://github.com/kanseiky/ernaculere

deno interpreter language rust rust-lang ts typescript

Last synced: 2 months ago
JSON representation

🖥️ A small language written in Rust

Awesome Lists containing this project

README

          

# Ernaculere
🖥️ A small language written in Rust

# Getting started

### Installation
For this, you are required to install `git` first. Fro more info on this, please read [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git 'Installing Git').
```sh
$ git clone https://github.com/KanseiKy/Ernaculere.git
$ cd Ernaculere
```

### Building
```sh
$ npm run build
```

### Linting
```sh
$ npm run lint
```

### Bundle
```sh
# For Linux/MacOS
$ npm run bundle:posix

# For Windows
$ npm run bundle:windows
```

### Test
Currently, test haven't been setup yet.
```sh
# For Linux/MacOS
$ npm run test:posix

# For Windows
$ npm run test:windows
```

# Todo
For more info, please read the [`TODO.txt`](https://github.com/KanseiKy/Ernaculere/blob/main/TODO.txt 'Todo').