a tentitive language to provide powerful development efficiency.
- static typed and strongly typed
- ownership model and easy lifetime controll provided by GC
- gentle learning curve
- fast performance
ast
the abstract syntax tree for typhoontyphoon
Command line tool to execute compilercore
compile AST into LLIR or binary codeparser
peg parser of typhoonllvm-wrapper
provide a simple and safe wrapper for llvm