pass-lang/README.md

7 lines
347 B
Markdown
Raw Permalink Normal View History

2022-09-05 23:48:56 -07:00
# 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.