Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugulo/ifj-compiler
Compiler of Go language written in C. Compiler's output is made-up assembly like language that can be interpreted by https://github.com/bugulo/ifj-interpret
https://github.com/bugulo/ifj-compiler
assembly c compiler go low-level
Last synced: 3 months ago
JSON representation
Compiler of Go language written in C. Compiler's output is made-up assembly like language that can be interpreted by https://github.com/bugulo/ifj-interpret
- Host: GitHub
- URL: https://github.com/bugulo/ifj-compiler
- Owner: bugulo
- Created: 2022-10-09T18:44:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T18:45:51.000Z (about 2 years ago)
- Last Synced: 2024-05-18T02:02:17.716Z (6 months ago)
- Topics: assembly, c, compiler, go, low-level
- Language: C
- Homepage:
- Size: 1.83 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golang-repositories - ifj-compiler - up assembly like language that can be interpreted by https://github.com/bugulo/ifj-interpret (Repositories)
README
# IFJ Best team
IFJGo20 compiler!
## Build
make
## Run
./compiler
## Run tests
make test
./test## Build with debug messages
make DEBUG=-DDEBUG
## Cleanup
make clean
## Pack for submission
make pack