Memorytaco / t-lang

This is now an experimental prototype of a system programming language based on MLFe type system.
1 stars 1 forks source link

add basic jit functionality #10

Closed Memorytaco closed 10 months ago

Memorytaco commented 1 year ago

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.

Memorytaco commented 10 months ago

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