JavaDerg / wlang

A new kind of programming language designed for webassembly as primary compilation target

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make modules file-tracable

JavaDerg opened this issue · comments

There is already the type FileRef meant for referencing to source files.
It needs to be expanded on, this also means that tokens need to be attributable to actual files, maybe by looking up the source ptr in a hashmap?