crashappsec / libcon4m

Base Compiler and Runtime Support for con4m
Apache License 2.0
0 stars 0 forks source link

Cleanup items to facilitate nim integration #8

Closed viega closed 5 months ago

viega commented 5 months ago
  1. Some work to ensure all current globals are GC-tracked.
  2. Redid the keyword argument interface to support python-like kw args and migrated everything.
  3. Added a print() statement that uses the new kw arguments.
  4. Added rich text literal parsing.