https://github.com/nickgeek/frj-compiler
The proof-of-concept compiler for FRJ (https://arxiv.org/abs/2008.12592) done as part of my COMP489 research project.
https://github.com/nickgeek/frj-compiler
Last synced: over 1 year ago
JSON representation
The proof-of-concept compiler for FRJ (https://arxiv.org/abs/2008.12592) done as part of my COMP489 research project.
- Host: GitHub
- URL: https://github.com/nickgeek/frj-compiler
- Owner: NickGeek
- License: mpl-2.0
- Created: 2020-09-22T00:52:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T04:06:34.000Z (over 4 years ago)
- Last Synced: 2025-01-18T08:14:01.328Z (over 1 year ago)
- Language: Java
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compiler
A proof of concept compiler for [*Featherweight Reactive Java*](https://nick.geek.nz/research/?view=33).
The standard library can be found [here](https://github.com/NickGeek/frj-compiler/blob/master/src/main/resources/std.frj).