Memorytaco/t-lang

add basic jit functionality

Closed this issue · 1 comments

To create a basic infrastructure both for compiler and repl, we start from basic things.

A JIT functionality can help us explore possibilities of memory model for the language and also to test code gen utility.

This is not possible with current language setting. Close now.