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
- Host: GitHub
- URL: https://github.com/kanseiky/ernaculere
- Owner: KanseiKy
- License: gpl-3.0
- Created: 2021-06-26T10:00:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T09:45:26.000Z (almost 5 years ago)
- Last Synced: 2025-05-27T14:51:34.192Z (about 1 year ago)
- Topics: deno, interpreter, language, rust, rust-lang, ts, typescript
- Language: PowerShell
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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').