mikera / magic

Experimental typed JVM Lisp inspired by Clojure
Eclipse Public License 1.0
32 stars 2 forks source link

Source storage in contexts #4

Open mikera opened 7 years ago

mikera commented 7 years ago

Contexts should record the source code used to generate each definition.

This is necessary for:

Considerations

mikera commented 7 years ago

This is now handled by attaching source information as metadata to AST nodes. Still needs testing!