Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 363 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 363 Bytes

About

This toy language provides continuation at the interpreting level, so it can be used to write async code in sync style.

It uses Antlr4 to generates it's AST and a interpreter written in js to execute the AST.

Here is a sample blog written in circ and it's online address is here.