xo-interpreter: apply expressions + llvm builtins working!
This commit is contained in:
parent
7ca1366bec
commit
1d1e72adf3
31 changed files with 531 additions and 50 deletions
|
|
@ -15,6 +15,7 @@ namespace xo {
|
|||
*
|
||||
* Examples:
|
||||
* @text
|
||||
* add (1, 2) ;
|
||||
* def x : i64 = 5 ; // with allow_defs
|
||||
* lambda (f : x64) { ... } ;
|
||||
* if (prime(x)) { ... } ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue