NativeJIT/Examples at master · BitFunnel/NativeJIT · GitHub
Skip to content

Latest commit

 

History

History

Folders and files

README.md

AreaOfCircle

A "hello, world" example that JITs one of the simplest possible functions, a function that takes a single parameter and returns a single value.

Parser

A compiler for infix expressions. In addition to handling simple parsing and arithmetic, it also demonstrates calling external functions.