|
|
d91a2ae08e
|
xo-interpreter: implement variable lookup
|
2025-11-25 12:43:57 -05:00 |
|
|
|
fb5c43dc85
|
xo-interpreter: handle define-expressions.
|
2025-11-24 18:01:24 -05:00 |
|
|
|
f98d1345d3
|
xo-interpreter: rename: vsm .constant_op -> .eval_constant_op
|
2025-11-24 13:17:26 -05:00 |
|
|
|
c5c9441c1e
|
xo-alloc: IAlloc* i/face sufficient for Object._forward_children
|
2025-11-24 12:58:54 -05:00 |
|
|
|
7fdfc71390
|
xo-alloc: utest: fix forwading unit test after upstream refactor
|
2025-11-24 12:47:44 -05:00 |
|
|
|
52113737ac
|
xo-interpreter: refactor for explicit gc::GC* dep
|
2025-11-24 09:55:43 -05:00 |
|
|
|
4d2cd54365
|
xo-interpreter/xo-alloc: GlobalEnv + mm -> shallow_copy()
|
2025-11-23 22:57:52 -05:00 |
|
|
|
56a1c3bc75
|
xo-interpreter: + toplevel env in VSM
|
2025-11-23 21:41:14 -05:00 |
|
|
|
57ef654a55
|
xo-interpreter: + xo::scm::Float
|
2025-11-23 12:38:28 -05:00 |
|
|
|
15ed096ba4
|
xo-interpreter: Schematika: drop hardwired debug logging
|
2025-11-23 11:35:39 -05:00 |
|
|
|
a91d0d0202
|
xo-alloc: bugfix expand: limit_ is soft, hi_ is hard. + docs
|
2025-11-23 11:35:05 -05:00 |
|
|
|
0c6a787515
|
exprreplxx : disable debug for now
|
2025-11-23 00:15:48 -05:00 |
|
|
|
a3a98eb9da
|
xo-reader: fix reader/tokenizer interaction around eol
Now that tokenizer defers consume span until arriving at eol
|
2025-11-23 00:11:30 -05:00 |
|
|
|
1a3d86b800
|
xo_tokenizer_repl: reduce hardwired log level
|
2025-11-22 23:21:32 -05:00 |
|
|
|
2f7155e57b
|
xo-tokenizer: streamline error path during tokenization
|
2025-11-22 23:06:51 -05:00 |
|
|
|
84c5a75b28
|
xo-tokenizer: refactor to correct accounting for line/consume/errpos
|
2025-11-22 20:13:33 -05:00 |
|
|
|
7f1afac903
|
xo-tokenizer: refactor + satisfy clang on osx
|
2025-11-21 09:19:06 -05:00 |
|
|
|
8c11c108ca
|
xo-interpreter: setting up for gc in interactive interpreter
|
2025-11-20 21:26:18 -05:00 |
|
|
|
37b132821f
|
xo-interpreter: ObjectConverter + VirtualSchmatikaMachineFlyweight
|
2025-11-19 21:34:13 -05:00 |
|
|
|
3956635920
|
xo-interpreter: scaffold interpreter read-eval-print loop
|
2025-11-19 16:46:55 -05:00 |
|
|
|
f12b5c1172
|
xo-interpreter: kill stray character
|
2025-11-19 12:46:45 -05:00 |
|
|
|
85bfd34c0d
|
xo-interpreter: + Env + LocalEnv + GlobalEnv scaffold
|
2025-11-19 12:46:06 -05:00 |
|
|
|
75f5aa91a6
|
xo-interpreter: + Schematika class w/ repl + replxx example
|
2025-11-19 12:44:12 -05:00 |
|
|
|
800928cd69
|
xo-expression/xo-reader: refactor Environment -> SymbolTable
|
2025-11-19 12:42:31 -05:00 |
|
|
|
cfca87ee44
|
xo-alloc / xo-refcnt: feature flags for easy tests.
|
2025-11-19 12:38:54 -05:00 |
|
|
|
de3b27629d
|
Merge branch 'main' of github.com:rconybea/xo-umbrella2
|
2025-11-19 10:40:51 -05:00 |
|
|
|
dfccc6c0ff
|
build: nits
|
2025-11-19 09:39:17 -05:00 |
|
|
|
20b105d909
|
xo-reader: fix hardwired debug flag
|
2025-11-19 09:39:03 -05:00 |
|
|
|
1d40b5da55
|
xo-interpreter: repl example [wip]
|
2025-11-19 09:38:32 -05:00 |
|
|
|
3b7b80fd43
|
Add 'xo-symboltable/' from commit '442d24805d'
git-subtree-dir: xo-symboltable
git-subtree-mainline: 6a0e4bfeaa
git-subtree-split: 442d24805d
|
2025-11-18 06:47:17 -05:00 |
|
|
|
6a0e4bfeaa
|
xo-interpreter: prep for xo-symboltable
|
2025-11-17 22:31:10 -05:00 |
|
|
|
442d24805d
|
initial commit
|
2025-11-17 22:28:31 -05:00 |
|
|
|
1fd30047b6
|
nix-shell: emacs + tree-sitter support
|
2025-11-17 15:49:25 -05:00 |
|
|
|
79b33ab852
|
xo-interpreter: expand StackFrame utest
|
2025-11-17 15:49:05 -05:00 |
|
|
|
5e843cde99
|
nix env: OSX fixes + shell4-osx attribute
|
2025-11-17 10:42:41 -05:00 |
|
|
|
4e295c71b0
|
xo-imgui: fix OSX bugs: use __APPLE__
|
2025-11-17 10:42:02 -05:00 |
|
|
|
d58a8532d4
|
xo-interpreter CVector for StackFrame reflection + OSX imgui edits
|
2025-11-17 10:41:35 -05:00 |
|
|
|
f3e7330d92
|
xo-interpreter adds + explict mm arg to ctors (retiring Object::mm)
|
2025-11-16 20:10:23 -05:00 |
|
|
|
bfee0bdf9b
|
xo-interpreter: initial commit [wip]
|
2025-11-15 18:18:22 -05:00 |
|
|
|
bd3dc59c07
|
xo-alloc: utest: fix broken alloc utests
|
2025-11-15 16:38:18 -05:00 |
|
|
|
9969804845
|
Add 'xo-interpreter/' from commit '5d1b5e2ebb'
git-subtree-dir: xo-interpreter
git-subtree-mainline: c3e96bee00
git-subtree-split: 5d1b5e2ebb
|
2025-11-15 14:08:08 -05:00 |
|
|
|
c3e96bee00
|
doc: fix nit
|
2025-11-15 14:07:44 -05:00 |
|
|
|
9761688cfe
|
tidy: minor doc improvements + String::share() with explicit mm
|
2025-11-15 14:04:56 -05:00 |
|
|
|
5d1b5e2ebb
|
scaffold .hpp files
|
2025-11-15 14:01:26 -05:00 |
|
|
|
782456991a
|
initial commit
|
2025-11-15 13:08:50 -05:00 |
|
|
|
07b6cc949f
|
xo-umbrella2: correct indentlog makefile doc target + misc doc ++
|
2025-11-15 12:25:23 -05:00 |
|
|
|
f4c35c4d3f
|
xo-alloc: doc improvements
|
2025-11-15 12:25:03 -05:00 |
|
|
|
270c563899
|
xo-imgui: ex4: + ImSpan + restore working tooltip popups
|
2025-11-13 20:17:31 -05:00 |
|
|
|
b2f3ab42ee
|
xo-imgui: ex4: + ImScale + use for y-axis calcs
|
2025-11-13 14:12:03 -05:00 |
|
|
|
6e7bd64469
|
xo-imgui: ex4a: add colored bullets in strip chart tooltiop
|
2025-11-13 09:58:22 -05:00 |
|