cg/src
2026-02-07 15:23:25 -07:00
..
ast.ts we have persistence. persisting all store values' ASTs to localStorage 2026-02-06 23:34:24 -07:00
builtins.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -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 we have persistence. persisting all store values' ASTs to localStorage 2026-02-06 23:34:24 -07:00
interpreter.ts we have persistence. persisting all store values' ASTs to localStorage 2026-02-06 23:34:24 -07:00
lexer.ts No more Refs, no more store, every top level def goes in the store, to update store values use := 2026-02-06 18:06:01 -07:00
main.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -07:00
os.cg Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -07:00
parser.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -07:00
persistence.ts Adding clear-storage helper button 2026-02-06 23:39:36 -07:00
runtime.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -07:00
stdlib.cg Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -07:00
store.ts we have reactivity 2026-02-06 21:03:59 -07:00
test.cg even more stdlib 2026-02-02 23:19:24 -07:00
textinput-test.cg Adding function to list all store entries. OS command palette thing coming soon 2026-02-07 00:03:08 -07:00
types.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -07:00
ui-components.cg Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -07:00
ui.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -07:00
valueToAST.ts we have persistence. persisting all store values' ASTs to localStorage 2026-02-06 23:34:24 -07:00
valueToUI.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 2026-02-07 15:23:25 -07:00