Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sonota88/vm2gol-v2-typescript
- Owner: sonota88
- License: mit
- Created: 2020-08-15T02:39:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T11:25:12.000Z (9 months ago)
- Last Synced: 2024-03-17T12:30:36.258Z (9 months ago)
- Topics: compiler, deno, typescript
- Language: TypeScript
- Homepage:
- Size: 221 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```