Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 344 Bytes

File metadata and controls

30 lines (22 loc) · 344 Bytes

ruse

what am i?

build

$ mkdir build
$ cmake ..
$ make
$ make check

Look into test/*.ruse files for some code examples.

test

$ ./check.py

todo

  • built-in functions
  • strings
    • subscript: hide base_type
    • compiler-internal structs to store ptr/len
  • interop with C
  • methods
  • inner struct (struct2.ruse)