Skip to content

Tags: tiancaiamao/cora

Tags

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
*: generate the code for type check as a preprocess (#59)

Add a preprocess to handle type check.
In the preprocess, sexp start with .type and .declare keeps unchange.
The other expressions change to (infer.check-type exp ...)

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
runtime: pack stack / pc / frees fields etc together into one struct (#…

…52)

v0.1.0

Toggle v0.1.0's commit message
lib/toc: support load builtin function

it works by compile cora to c; compile c to so; load so