|
|
|
|
|
by Drup
3614 days ago
|
|
A good amount of new toy-ish languages compile to another language (typically javascript), and introduce new semantics and new type rules. As parent said, small DSLs. You don't really need more than a typechecker and ast tranformations for that. |
|