mirror of
https://github.com/janet-lang/janet
synced 2025-07-05 19:42:55 +00:00

Start setting up a test suite for sysir and work towards emitting jitted x86 machine code.
2 lines
356 B
Plaintext
2 lines
356 B
Plaintext
@[@[(type-prim Double f64) (type-array BigVec Double 100)] @[(parameter-count 0)] @[(link-name "add_vector") (parameter-count 2) (type-bind 0 BigVec) (type-bind 1 BigVec) (type-bind 2 BigVec) (add 2 0 1) (return 2)] @[(link-name "sub_vector") (parameter-count 2) (type-bind 0 BigVec) (type-bind 1 BigVec) (type-bind 2 BigVec) (subtract 2 0 1) (return 2)]]
|