radiant64 / vialang

Scheme-inspired language with an embeddable interpreter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for referencing source file name

radiant64 opened this issue · comments

The name of the main source file should be accessible when running a program in the standalone interpreter, either by resolving a symbol or calling a function.

Also, the name of the current source file should always be accessible in the same manner, if it was included from another file.