Compiler backend practices (runtime and code generation).
Notes:
- This project is named after Abdulaziz Ghuloum.
TODO
TODO
npm install # Install dependencies
npm run build # Compile `src/` to `lib/`
npm run build:watch # Watch the compilation
npm run format # Format the code
npm run test # Run test
npm run test:watch # Watch the testing
Thank you, Abdulaziz Ghuloum, for your paper "An Incremental Approach to Compiler Construction", and your scheme implementation Ikarus.
Thank you, Marc Feeley, for your "90 minute Scheme to C compiler" presentation (Part 1, Part 2).
To make a contribution, fork this project and create a pull request.
Please read the STYLE-GUIDE.md before you change the code.
Remember to add yourself to AUTHORS. Your line belongs to you, you can write a little introduction to yourself but not too long.
It is assumed that all non draft PRs are ready to be merged. If your PR is not ready to be merged yet, please make it a draft PR:
During the development of your PR, you can make use of the TODO.md file to record ideas temporarily, and this file should be clean again at the end of your development.