Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonota88/vm2gol-v2-haskell
toy compiler
https://github.com/sonota88/vm2gol-v2-haskell
compiler haskell
Last synced: 1 day ago
JSON representation
toy compiler
- Host: GitHub
- URL: https://github.com/sonota88/vm2gol-v2-haskell
- Owner: sonota88
- License: mit
- Created: 2021-06-27T22:03:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-30T22:39:26.000Z (over 3 years ago)
- Last Synced: 2023-10-20T23:11:55.568Z (about 1 year ago)
- Topics: compiler, haskell
- Language: Haskell
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Haskellでかんたんな自作言語のコンパイラを書いた
https://memo88.hatenablog.com/entry/20210628_vm2gol_v2_haskell```
$ ./docker_run.sh stack ghc -- --version
The Glorious Glasgow Haskell Compilation System, version 8.10.4
``````sh
## Build Docker imagedocker build \
--build-arg USER=$USER \
--build-arg GROUP=$(id -gn) \
-t vm2gol-v2:haskell .
```