cg/src
2026-02-02 22:44:40 -07:00
..
ast.ts Adding spread operator. starting to build a stdlib. omg 2026-02-02 21:20:39 -07:00
builtins.ts Adding builtins as native-functions. desugaring symbols as native function application. except ~ which is the new pipe operator, > is now greater than 2026-02-02 20:10:32 -07:00
counter.cg Adding builtins as native-functions. desugaring symbols as native function application. except ~ which is the new pipe operator, > is now greater than 2026-02-02 20:10:32 -07:00
env.ts First commit for CG 2026-01-29 22:39:33 -07:00
interpreter.ts Adding spread operator. starting to build a stdlib. omg 2026-02-02 21:20:39 -07:00
lexer.ts Adding spread operator. starting to build a stdlib. omg 2026-02-02 21:20:39 -07:00
main.ts More stdlib fun 2026-02-02 22:44:40 -07:00
parser.ts Adding spread operator. starting to build a stdlib. omg 2026-02-02 21:20:39 -07:00
runtime.ts We have UI! kind of 2026-02-01 23:26:30 -07:00
stdlib.cg More stdlib fun 2026-02-02 22:44:40 -07:00
test.cg More stdlib fun 2026-02-02 22:44:40 -07:00
tests.ts Started working on CG UI primitives. rendering to a canvas 2026-02-01 21:35:04 -07:00
types.ts Adding builtins as native-functions. desugaring symbols as native function application. except ~ which is the new pipe operator, > is now greater than 2026-02-02 20:10:32 -07:00
ui.ts We have UI! kind of 2026-02-01 23:26:30 -07:00
valueToUI.ts We have UI! kind of 2026-02-01 23:26:30 -07:00