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 a9e10b3123
Trying to make a text input. this shit is hard
3 days ago
..
ast.ts Adding spread operator. starting to build a stdlib. omg 4 days ago
builtins.ts better fonts temporarily 3 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
design-tokens.cg fixing hitTest bounds for clickable. using Constructors for Clickable events. starting to think about design systems.. 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 Trying to make a text input. this shit is hard 3 days ago
parser.ts Fixing parsing matches, now we can grab full expressions in the body, reducing the need for parens to wrap multi-line match cases 3 days ago
runtime.ts creating a CG text input 3 days ago
stdlib.cg Typo 4 days ago
test.cg even more stdlib 4 days ago
tests.ts Started working on CG UI primitives. rendering to a canvas 5 days ago
textinput-test.cg Trying to make a text input. this shit is hard 3 days ago
types.ts creating a CG text input 3 days ago
ui-components.cg Trying to make a text input. this shit is hard 3 days ago
ui.ts better fonts temporarily 3 days ago
valueToUI.ts creating a CG text input 3 days ago