cg/src
2026-02-05 20:42:51 -07:00
..
ast.ts Better errors! 2026-02-04 21:21:52 -07:00
builtins.ts Adding debug builtin. Allowing us to assign to _ in lets 2026-02-04 19:19:35 -07:00
counter.cg Returning coords with Clickable event. Usinsg them to position cursor when clicking in a textfield 2026-02-04 18:58:27 -07:00
design-tokens.cg fixing hitTest bounds for clickable. using Constructors for Clickable events. starting to think about design systems.. 2026-02-03 13:00:54 -07:00
env.ts First commit for CG 2026-01-29 22:39:33 -07:00
error.ts Better errors! 2026-02-04 21:21:52 -07:00
interpreter.ts Better errors! 2026-02-04 21:21:52 -07:00
lexer.ts Better errors! 2026-02-04 21:21:52 -07:00
main.ts Better errors! 2026-02-04 21:21:52 -07:00
parser.ts Adding Stateful, giving up on elm style purity, components get their own state 2026-02-05 20:08:39 -07:00
runtime.ts Cleaning 2026-02-05 20:42:51 -07:00
stdlib.cg Typo 2026-02-02 23:19:43 -07:00
test.cg even more stdlib 2026-02-02 23:19:24 -07:00
tests.ts Cleaning 2026-02-05 20:42:51 -07:00
textinput-test.cg Fixing my textInput and example app that uses it 2026-02-05 20:18:33 -07:00
types.ts Cleaning 2026-02-05 20:42:51 -07:00
ui-components.cg Cleaning 2026-02-05 20:42:51 -07:00
ui.ts Cleaning 2026-02-05 20:42:51 -07:00
valueToUI.ts Cleaning 2026-02-05 20:42:51 -07:00