Thanduriel / NaReTi

A script compiler that produces native code in runtime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NaReTi

A script compiler that produces native code in runtime.

currently working features

  • int and float arithmetic
  • custom types/ structs
  • local and global variables
  • calling native functions inside a script
  • calling script functions from outside
  • some optimization: inlining, var/return substitution
  • generic types

Working examples can found in /scripts/.

dependencies

About

A script compiler that produces native code in runtime.


Languages

Language:C++ 99.3%Language:C 0.7%