Sx

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins that include changes to files matching 'sxeval/*'

2024-08-02
10:44
Macro call must execute in separate "child" environment check-in: efd0edab1d user: stern tags: trunk
2024-07-23
14:31
Fix panic when calling sxeval.NotBoundError with a nil symbol pointer check-in: 5c8c5b4733 user: stern tags: trunk
2024-05-13
14:57
Make sxeval.Callable an sx.Object too check-in: 239cb130bc user: stern tags: trunk
2024-04-16
14:39
Symbols are created by a symbol factory, again check-in: c53bc8133c user: stern tags: trunk
2024-04-15
08:58
Make sx.String a Go struct, not an alias of string check-in: baa8c519ff user: stern tags: trunk
2024-04-13
13:28
Move package to t73f.de/r/sx check-in: 3b82142dc1 user: stern tags: trunk
2024-04-03
14:43
Add binding.Symbols() method check-in: 3ed8e711aa user: stern tags: trunk
2024-03-22
17:23
Refactor: allow nil symbols in binding; fix some linter warnings check-in: 7f216ac387 user: stern tags: trunk
13:55
Allow to write error stack check-in: 88a9890a88 user: stern tags: trunk
2024-03-16
12:36
Remove memory allocations for TCO implementation check-in: 97ad67098e user: stern tags: trunk
2024-03-14
11:00
Merge from call1 to optimize memory consumption and execution speed (at the expense of some more LOCs) check-in: b3cecc43cd user: stern tags: trunk
10:40
Add Callable.Call0 (call with no arguments) check-in: 3bccef2836 user: stern tags: call1
2024-03-13
18:19
Add sxeval benchmark of TCO-recursive factorial check-in: eebf488f07 user: stern tags: call1
18:02
Define for all builtin functions the needed arg specific functions check-in: 98b180f593 user: stern tags: call1
2024-03-12
18:14
Draft of Callable.Call1, Call2; checkable with benchmark -> factor 1,5 faster check-in: 5eac7d4454 user: stern tags: call1
17:01
A binding with size hint of zero results in a single binding, not in a mapped binding check-in: 5b27f90b68 user: stern tags: trunk
15:35
sxeval: ExecuteTCO uses Environment, not Binding -> DynamicEnv can be removed -> speed gain: factor 2; memory gain: a lot check-in: f777795504 user: stern tags: trunk
15:05
sxeval: remove not used "caller" field in Environment check-in: 36d66635f4 user: stern tags: trunk
2024-03-11
10:18
Optimize sxeval.Binding to allocate less memory check-in: f59361e6ec user: stern tags: trunk
09:00
Remove sxeval.Binding.Unbind check-in: 8e40c8ed4c user: stern tags: trunk
2024-03-10
14:48
Refactor sxeval.Binding check-in: 93d3d8818e user: stern tags: trunk
12:20
Remove support for constant bindings check-in: ce046bd88f user: stern tags: trunk
2024-03-08
19:18
Remove ExecObserver.Reset check-in: c10e3e8496 user: stern tags: trunk
17:23
Refactor eval observers into own struct check-in: 4ad1550ddb user: stern tags: trunk
16:14
Introduce ReworkObserver check-in: b711e3ff4d user: stern tags: trunk
15:27
Transform sxeval.Executor into observer; allow to stop parsing with sxeval.ParseObserver check-in: 63ce65edb6 user: stern tags: trunk
14:57
Replace Option pattern with Set-Methods check-in: 5b6f6ac3df user: stern tags: trunk
2024-03-07
15:06
Optimize ResolveSymbolExpr to skip environments; base environment is no longer needed -> decouple rework time and run time check-in: 63b2ae7eb7 user: stern tags: trunk
13:33
NotBoundError.Error() returns full stack of nested bindings check-in: f5e2ca47fe user: stern tags: trunk
2024-03-05
17:43
Fix "NotBoundError" for SymbolExpr check-in: 48bf081d74 user: stern tags: trunk
13:23
Allow "(compile LAMBDA)" to rework LAMBDA. This mostly replaces unbound symbols with to be resolved symbols check-in: c003d6a8ee user: stern tags: trunk
11:47
Add UnboundSymbolExpr and assiciate methods to resolve/lookup a symbol hopefully faster check-in: 9c471ddc06 user: stern tags: trunk
10:39
LookupSymbolExpr does not resolve any more, but just tests the N-th binding check-in: 42195e335b user: stern tags: trunk
10:24
Ignore symbols in "(begin ...)" (all but last) check-in: dfe2d0cbc2 user: stern tags: trunk
2024-03-04
12:45
Refactor resolving symbols; add new Expr "LookupSymbolExpr" check-in: 67e0a1799d user: stern tags: trunk
09:56
Add SPDX identifier to source files check-in: 35fe1b0d6c user: stern tags: trunk
09:44
Refactor to remove warnings check-in: c5dd55b1d5 user: stern tags: trunk
08:59
Remove unneeded function check-in: 17d97061c1 user: stern tags: trunk
2024-03-02
10:55
Add builtins "(compile ...)" and "(eval ...)" check-in: aa3696eba6 user: stern tags: trunk
2024-03-01
17:55
Expose Expr object as sx.Object, incl. functions parse-expression, rework-expression, and run-expression. check-in: c3ad682247 user: stern tags: trunk
16:18
Remove builtin "(cond ...)" check-in: 5b88677811 user: stern tags: trunk
15:09
Change boolean, not from functions to be macros; add != macro; fix rework error for if expression; add optimization when if test is itself an if expression check-in: 7a62d67813 user: stern tags: trunk
2024-02-11
19:21
Add Symbol.GetValue (GoString is too overloaded) check-in: 448bcf6f60 user: stern tags: trunk
2024-02-10
21:35
Make Symbol a pointer to a struct (again) check-in: d05b41056c user: stern tags: trunk
17:31
Make symbol a struct check-in: cfeec9b13a user: stern tags: trunk
16:42
Add sx.Object function GoString check-in: 0d757ed7a4 user: stern tags: trunk
2024-02-07
20:42
Make use of new for loop introduced in Go 1.22 check-in: cef0948df5 user: stern tags: trunk
2024-02-02
13:44
Fix some regressions due to introduction of sx.Vector check-in: adbf97d9d1 user: stern tags: trunk
2024-01-28
13:22
Sx.Vector as a short form of []sx.Object check-in: 5005c25ea6 user: stern tags: trunk
2024-01-11
14:33
Make sxeval.ExecuteError a value, not a reference check-in: 30d7f692a2 user: stern tags: trunk