G. Allais
da78ac4783
[ new ] topics for logging levels ( #569 )
2020-08-20 18:45:34 +01:00
Niklas Larsson
4b7fbb0371
Fix overly nitpicky reflection test
...
See #287
2020-06-12 12:46:19 +02:00
Edwin Brady
2a75731916
In reflection, check now takes a concrete type
...
So the type of Elab now gives the expected type that's being elaborated
to, meaning that we can run 'check' in the middle of scripts and use the
result.
2020-06-02 22:41:37 +01:00
Edwin Brady
d45f92fd97
Add some reflected name manipulation
...
genSym, for generating a unique global name, and inCurrentNS for putting
a name in the current namespace.
2020-06-01 15:13:42 +01:00
Edwin Brady
e6f6c105d1
Reflection primitives for querying names/types
...
See reflection003 test for some examples
2020-06-01 14:26:37 +01:00