Skip to content

Compiler backend practices (runtime and code generation)

License

Notifications You must be signed in to change notification settings

cicada-lang/aziz

Repository files navigation

Aziz

Compiler backend practices (runtime and code generation).

Notes:

  • This project is named after Abdulaziz Ghuloum.

Usages

TODO

Examples

TODO

Development

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

Thanks

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).

Contributions

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.

License

GPLv3

About

Compiler backend practices (runtime and code generation)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published