This website requires JavaScript.
Explore
Help
Sign in
dustinswan
/
cg
Watch
1
Star
0
Fork
You've already forked cg
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
cd7565261a
cg
/
src
History
Download ZIP
Download TAR.GZ
Dustin Swan
cd7565261a
More layout, tableView stuff
2026-04-08 21:44:34 -06:00
..
cg
More layout, tableView stuff
2026-04-08 21:44:34 -06:00
ast.ts
Fixing pretty printer not adding enough parens around record access things
2026-04-08 18:47:47 -06:00
compiler.ts
Letting me save things to _ or _myVar to throw it away. fixing printing newlines in strings
2026-04-06 17:29:40 -06:00
error.ts
we have persistence. persisting all store values' ASTs to localStorage
2026-02-06 23:34:24 -07:00
lexer.ts
Type constraints
2026-03-28 21:39:53 -06:00
main.ts
When compiling top level stuff put it in a store record, don't const them. More cleaning
2026-04-02 16:58:33 -06:00
parser.ts
Letting me save things to _ or _myVar to throw it away. fixing printing newlines in strings
2026-04-06 17:29:40 -06:00
runtime-compiled.ts
No longer saving to localStorage. ignoring cg files so vite doesn't reload the page every time i save state
2026-04-02 15:29:15 -06:00
runtime-js.ts
Adding display, fixing show to include quotes in strings
2026-04-06 20:52:05 -06:00
typechecker.ts
Type constraints
2026-03-28 21:39:53 -06:00
ui.ts
Rendering my disgusting font. using it in a few places. wow its hideous
2026-02-23 23:47:58 -07:00