Lartu / ldpl

COBOL-like programming language that compiles to C++. With serious dinosaurs with neckties and briefcases 🦕💼
https://www.ldpl-lang.org/
Apache License 2.0
158 stars 24 forks source link

refactor: keep source location information in compiler state #185

Closed saper closed 4 years ago

saper commented 4 years ago

There are few things I am not sure of, like why tokenize() was sometimes called with a line number zero or how to handle the difference between two variants of add_code()

Lartu commented 4 years ago

Wonderful refactor! Thank you very, very much! Sorry for taking so long, I've been super busy.