https://github.com/dentosal/compiler-bootstrap
Bootstrapping a compiler from scratch
https://github.com/dentosal/compiler-bootstrap
Last synced: over 1 year ago
JSON representation
Bootstrapping a compiler from scratch
- Host: GitHub
- URL: https://github.com/dentosal/compiler-bootstrap
- Owner: Dentosal
- Created: 2023-07-14T22:21:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-14T23:56:36.000Z (about 3 years ago)
- Last Synced: 2025-01-26T06:25:39.114Z (over 1 year ago)
- Language: Assembly
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A small Forth-like language implemented in x86-64 assembly.
Aiming to be fully self-hosting as soon as possible.