You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
docs | 5 months ago | |
src | 2 months ago | |
.editorconfig | 5 months ago | |
.gitignore | 5 months ago | |
LICENSE.txt | 5 months ago | |
Makefile | 5 months ago | |
README.md | 5 months ago |
README.md
Passlang
A one-pass, linear-time compile-and-go compiler.
I'm imposing these restrictions on myself to avoid over-engineering and give myself a design challenge. The goal is to make the absolute best language I can under these constraints, and then incrementally begin to relax the restrictions only when absolutely necessary to make progress.