ta0kira / zeolite

Zeolite is a statically-typed, general-purpose programming language.
Apache License 2.0
18 stars 0 forks source link

`base/builtin.0rp` parse contexts are absolute rather than relative in `--templates` mode. #194

Closed ta0kira closed 2 years ago

ta0kira commented 2 years ago

This is reflected in the generated comments in the generated default procedures for extensions that inherit builtin interfaces.

ta0kira commented 2 years ago

It looks like this is just how all .0rp are parsed, since compiler errors include the absolute path.