* src: support for serializing more compiler values
2fcecf8c1d79 — Leonard Ritter 12 hours ago
* initial work on __toglobal protocol
a7e58e1f2b98 — Leonard Ritter 2 days ago
* gen_c: serialize basic compiler symbols, builtins and types
* store only anchor/stack trace for origin, not entire value
f47ad73b34b5 — Leonard Ritter 2 days ago
* Boxed, ConstPtr are no longer of reference type
acdb7da8a391 — Leonard Ritter 2 days ago
* expander: fixed dispatch
4018694f7f64 — Leonard Ritter 2 days ago
* converted expander class to context struct
30a0db707f15 — Leonard Ritter 3 days ago
* restricted Scope keys to Symbol type again
0ccd2671840c — Leonard Ritter 3 days ago
* prevent building aggregates of global references
b33a5472b5d9 — Leonard Ritter 3 days ago
* SCOPES_CORE_PATH env allows to change path to core module
cb9b3faa0308 — Leonard Ritter 4 days ago
* "finally" clauses of try blocks behave like conditional labels, turning void if any merge source is void
* new env options to facilitate halting on a particular error instance
2d0cb43e25a0 — Leonard Ritter 5 days ago
* src: improve auto-capturing of values
f8a6c0827a31 — Leonard Ritter 5 days ago
* src: removed explicit ctx argument from most builder functions
8c22252220c1 — Leonard Ritter 8 days ago
* improved native closure interface
* initial quoted flow
55ead0ea73d6 — Leonard Ritter 8 days ago
* renamed TypedValue -> Value
6bb417aae276 — Leonard Ritter 8 days ago
* removed UntypedValue and all associated API functions
c1952484c136 — Leonard Ritter 8 days ago
* expander is almost fully translated, except for quotes
09ffacb47e25 — Leonard Ritter 9 days ago
* initial work on generating typed IR directly in expander
80172c25b300 — Leonard Ritter 9 days ago
* removed `sc_typify_template` (is now an inline macro)
* expand produces a closure rather than a template
* `sc_closure_new` allows passing of empty env value
a999e1c1a4dc — Leonard Ritter 9 days ago
* closure handlers are function pointers directly
8ac7d1a24cf2 — Leonard Ritter 9 days ago
* fixed find_elongations()
Next