Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonota88/mini-ruccola-r
simple toy compiler
https://github.com/sonota88/mini-ruccola-r
compiler r
Last synced: 1 day ago
JSON representation
simple toy compiler
- Host: GitHub
- URL: https://github.com/sonota88/mini-ruccola-r
- Owner: sonota88
- License: mit
- Created: 2023-12-23T05:44:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-25T14:39:21.000Z (about 1 year ago)
- Last Synced: 2023-12-25T16:57:14.334Z (about 1 year ago)
- Topics: compiler, r
- Language: R
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a port of the [Mini Ruccola compiler](https://github.com/sonota88/vm2gol-v2).
R言語で簡単な自作言語のコンパイラを書いた
https://qiita.com/sonota88/items/ad58f8af8f11a3d6495c```
$ R --version | grep 'R version'
R version 4.1.2 (2021-11-01) -- "Bird Hippie"
```