Skip to content

Latest commit

 

History

History
 
 

Examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.