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 da97f53729
Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol
3 weeks ago
..
ast.ts we have persistence. persisting all store values' ASTs to localStorage 3 weeks ago
builtins.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago
counter.cg Returning coords with Clickable event. Usinsg them to position cursor when clicking in a textfield 3 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
error.ts we have persistence. persisting all store values' ASTs to localStorage 3 weeks ago
interpreter.ts we have persistence. persisting all store values' ASTs to localStorage 3 weeks ago
lexer.ts No more Refs, no more store, every top level def goes in the store, to update store values use := 3 weeks ago
main.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago
os.cg Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago
parser.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago
persistence.ts Adding clear-storage helper button 3 weeks ago
runtime.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago
stdlib.cg Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago
store.ts we have reactivity 3 weeks ago
test.cg even more stdlib 4 weeks ago
textinput-test.cg Adding function to list all store entries. OS command palette thing coming soon 3 weeks ago
types.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago
ui-components.cg Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago
ui.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago
valueToAST.ts we have persistence. persisting all store values' ASTs to localStorage 3 weeks ago
valueToUI.ts Cleaning up UI primitives. fixing parser bugs. still struggling to make a command palette lol 3 weeks ago