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 weeks ago
..
ast.ts Adding spread operator. starting to build a stdlib. omg 4 weeks ago
builtins.ts better fonts temporarily 3 weeks 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 weeks ago
design-tokens.cg fixing hitTest bounds for clickable. using Constructors for Clickable events. starting to think about design systems.. 3 weeks ago
env.ts First commit for CG 4 weeks ago
interpreter.ts Adding spread operator. starting to build a stdlib. omg 4 weeks ago
lexer.ts Adding spread operator. starting to build a stdlib. omg 4 weeks ago
main.ts Trying to make a text input. this shit is hard 3 weeks 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 weeks ago
runtime.ts creating a CG text input 3 weeks ago
stdlib.cg Typo 4 weeks ago
test.cg even more stdlib 4 weeks ago
tests.ts Started working on CG UI primitives. rendering to a canvas 4 weeks ago
textinput-test.cg Trying to make a text input. this shit is hard 3 weeks ago
types.ts creating a CG text input 3 weeks ago
ui-components.cg Trying to make a text input. this shit is hard 3 weeks ago
ui.ts better fonts temporarily 3 weeks ago
valueToUI.ts creating a CG text input 3 weeks ago