You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dustin Swan aa7a034368
More stdlib fun
4 days ago
..
ast.ts Adding spread operator. starting to build a stdlib. omg 4 days ago
builtins.ts Adding builtins as native-functions. desugaring symbols as native function application. except ~ which is the new pipe operator, > is now greater than 4 days ago
counter.cg Adding builtins as native-functions. desugaring symbols as native function application. except ~ which is the new pipe operator, > is now greater than 4 days ago
env.ts First commit for CG 1 week ago
interpreter.ts Adding spread operator. starting to build a stdlib. omg 4 days ago
lexer.ts Adding spread operator. starting to build a stdlib. omg 4 days ago
main.ts More stdlib fun 4 days ago
parser.ts Adding spread operator. starting to build a stdlib. omg 4 days ago
runtime.ts We have UI! kind of 5 days ago
stdlib.cg More stdlib fun 4 days ago
test.cg More stdlib fun 4 days ago
tests.ts Started working on CG UI primitives. rendering to a canvas 5 days ago
types.ts Adding builtins as native-functions. desugaring symbols as native function application. except ~ which is the new pipe operator, > is now greater than 4 days ago
ui.ts We have UI! kind of 5 days ago
valueToUI.ts We have UI! kind of 5 days ago