Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonota88/vm2gol-v2-crystal
toy compiler
https://github.com/sonota88/vm2gol-v2-crystal
compiler crystal crystal-lang
Last synced: 1 day ago
JSON representation
toy compiler
- Host: GitHub
- URL: https://github.com/sonota88/vm2gol-v2-crystal
- Owner: sonota88
- License: mit
- Created: 2021-03-26T23:25:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T08:38:38.000Z (about 2 months ago)
- Last Synced: 2024-11-09T09:28:25.816Z (about 2 months ago)
- Topics: compiler, crystal, crystal-lang
- Language: Crystal
- Homepage:
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a port of the compiler part of [Mini Ruccola (Ruby version)](https://github.com/sonota88/vm2gol-v2).
素朴な自作言語のコンパイラをCrystalに移植した
https://memo88.hatenablog.com/entry/20210327_vm2gol_v2_crystal```
$ ./docker.sh build$ ./docker.sh run crystal version
Crystal 1.10.1 [c6f3552f5] (2023-10-13)LLVM: 15.0.7
Default target: x86_64-unknown-linux-gnu$ ./test.sh all
```