Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sonota88/vm2gol-v2-typescript

simple toy compiler
https://github.com/sonota88/vm2gol-v2-typescript

compiler deno typescript

Last synced: 1 day ago
JSON representation

simple toy compiler

Awesome Lists containing this project

README

        

vm2gol-v2をTypeScript(Deno)に移植した - memo88
https://memo88.hatenablog.com/entry/2020/08/15/114754

```
$ deno --version
deno 1.2.0
v8 8.5.216
typescript 3.9.2
```

```
# Run tests
./test.sh all
```