Skip to content

Roadmap

hyst329 edited this page Apr 2, 2015 · 11 revisions

Language version roadmap

Note: Features written in bold are already implemented, and italicised are work-in-progress.

v0.3 'Helen'

Released 08.03.2015

  • New types: char and string
  • Type control system (unfinished)
  • Parse to file (AST), and interpret AST file
  • Void functions and functions with no arguments (0.3.2, release 14.04.2015)
  • C code generation (0.3.2)
  • Dynamic arrays (via resize operator) (0.3.2)

v0.4

Planned release: after 01.05.2015

  • Type control system (advanced)
  • Other unspecified features

v1.0

Planned release: 11.08.2015

  • Length specifiers for int types (maybe)
  • Support dynamic arrays as function arguments
  • Parse to bytecode and interpret it
  • Standard library (integration with C code)

v2.0 (?)

Planned release: Q4 2015 — 2016 onwards

  • Bytecode assembly
Clone this wiki locally