You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
docs | 9 months ago | |
src | 6 months ago | |
.editorconfig | 9 months ago | |
.gitignore | 9 months ago | |
LICENSE.txt | 9 months ago | |
Makefile | 9 months ago | |
README.md | 9 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.