Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 435 Bytes

ROADMAP.md

File metadata and controls

19 lines (13 loc) · 435 Bytes

Roadmap

0.1.6

  • add support for Lua clousure, C Clousure and Upvalue.
  • verify instruction generated by loop and goto statement.
  • add linux platform support.

0.1.5

  • refactor StrImpl with Box<str> instead of flexiable array.

0.1.4

  • refactor codegen to support more feature.

0.1.3

  • support of dumping a proto to binary and human-readable format.

0.1.2

  • an usable thr-color GC with tests.