thp-zig/CHANGELOG.md

764 B

Typed Hypertext Preprocessor

The latest rewrite of the THP programming language. Now in Zig!

TODO

  • Rewrite lexer
  • Rewrite parser
  • Rewrite semantic analyzer
  • Rewrite type checker
  • Rewrite code generator
  • Rewrite CLI interface
  • Rewrite REPL
  • Rewrite tests
  • Type definition generator
  • Code formatter
  • Language server
  • stdlib
  • Watch mode compilation
  • Project mode compilation
  • Docs generator

v0.0.1

  • Lex numbers
  • Lex identifier
  • Lex datatypes
  • Lex operators
  • Lex single line comments
  • Lex strings
  • Lex grouping signs
  • Parse minimal expression
  • Parse minimal variable binding
  • Parse minimal statement
  • Parse minimal module