|
8e2796d531
|
use new XT implementations (GoFunc, FCode, Data)
|
2023-07-29 09:35:19 +02:00 |
|
|
d0235d0ffe
|
XT: gofunc implementation
|
2023-07-28 23:08:09 +02:00 |
|
|
25333f5ab2
|
make XT an interface, allowing different implementations
|
2023-07-28 20:01:07 +02:00 |
|
|
0bb39f022f
|
forge: method Const() for storing and retrieving constant values
|
2023-07-28 09:45:51 +02:00 |
|
|
0638d39bd2
|
forge: work in progress: constants, variables, ...
|
2023-07-27 22:39:15 +02:00 |
|
|
419bd2617b
|
common/ptr: add Advance() method (for allowing relative jumps in forge code)
|
2023-07-27 09:19:23 +02:00 |
|
|
e76da8533d
|
use exp/slices for working with 'receivers' list
|
2023-07-26 18:19:42 +02:00 |
|
|
7b191b1eb2
|
common/ptr: fix scalar implementation
|
2023-07-26 14:57:24 +02:00 |
|
|
10386651a4
|
minor re-arrangement; prepare disconnect() function
|
2023-07-26 14:56:54 +02:00 |
|
|
cd8982ada0
|
minor improvements and simplifications
|
2023-07-25 19:32:49 +02:00 |
|
|
d0f2fbc346
|
minor improvements; matrix: use message parts for setting up action pattern
|
2023-07-25 14:51:42 +02:00 |
|
|
c5f1fe6e81
|
matrix: connect() = add action or add receiver to existing action
|
2023-07-25 12:36:58 +02:00 |
|
|
e55ce25190
|
use Addressable interface for generic Send() and action receivers
|
2023-07-25 10:41:48 +02:00 |
|
|
fbff96dcc0
|
work in progress: matrix.connect()
|
2023-07-25 09:39:59 +02:00 |
|
|
e21499234b
|
provide minimal default config, + some clean-up and standardization
|
2023-07-24 17:58:56 +02:00 |
|
|
0f054c36e8
|
matrix: send 'connect' message upon cell creation
|
2023-07-24 14:54:24 +02:00 |
|
|
5a7cbba536
|
cell creation basically working
|
2023-07-24 14:00:43 +02:00 |
|
|
c2eab31527
|
Context.Send() for basic send functionality
|
2023-07-24 10:53:59 +02:00 |
|
|
9a609ce880
|
work in progress: matrix; message: sender as Addressable type
|
2023-07-24 10:32:25 +02:00 |
|
|
f55416dddf
|
starting with 'matrix' (cells) sub-project: tests
|
2023-07-23 18:58:12 +02:00 |
|
|
22e541f391
|
minor simplifications, removal of unused code
|
2023-07-23 16:51:03 +02:00 |
|
|
8d8e13d8ed
|
define and call forge code
|
2023-07-23 12:35:18 +02:00 |
|
|
c724ad89bd
|
forge: execute simple forge code
|
2023-07-23 10:20:25 +02:00 |
|
|
96a1bdb39f
|
type renamings: as private as possible
|
2023-07-22 10:04:02 +02:00 |
|
|
91322dae3a
|
forge: Exec() basically working
|
2023-07-21 19:47:57 +02:00 |
|
|
503990f180
|
define and set up ForgeEnv
|
2023-07-21 17:22:30 +02:00 |
|
|
1487629123
|
forge (work in progress): copy ptr package from go-schema
|
2023-07-21 12:58:49 +02:00 |
|
|
fc5f140059
|
re-arrange definitions in scopes source code
|
2023-07-21 10:33:04 +02:00 |
|
|
b6325392a8
|
rename lib to core; move lib code (mainly interfaces) to top-level scopes package
|
2023-07-21 10:12:20 +02:00 |
|
|
d7e96f4f3d
|
move RunApp() to app component
|
2023-07-21 09:48:23 +02:00 |
|
|
e35e7796ac
|
move testing to common
|
2023-07-21 09:32:11 +02:00 |
|
|
a64f621997
|
new package 'commmon' - move funky, stack, voc
|
2023-07-21 09:14:06 +02:00 |
|
|
ec6172f07e
|
work in progress: add some 'Forge' (Forth by Go) functionality
|
2023-07-20 19:51:43 +02:00 |
|
|
3f16eb44ca
|
rename Either methods, functions, fields
|
2023-07-18 08:49:23 +02:00 |
|
|
c54562b998
|
add new funky type
|
2023-07-17 19:45:48 +02:00 |
|
|
de6535a273
|
put iterator in separate source file; rename tests (unit->lib)
|
2023-07-17 19:22:47 +02:00 |
|
|
3a5225e0d6
|
iterator simplifications
|
2023-07-17 10:43:11 +02:00 |
|
|
9c9992065b
|
add simple generic Iterator definition and implementation
|
2023-07-17 10:27:51 +02:00 |
|
|
d3c85de61f
|
add generic functional stuff: Maybe
|
2023-07-17 09:29:16 +02:00 |
|
|
40a94ce350
|
work in progress: client component
|
2023-07-15 09:02:52 +02:00 |
|
|
8fac8579ef
|
client improvements; + error logging
|
2023-07-12 14:24:20 +02:00 |
|
|
235ba65c64
|
fix logging for unit tests
|
2023-07-08 08:20:47 +02:00 |
|
|
e072e493a1
|
action handling: smarter testing with handler generator
|
2023-07-07 19:38:33 +02:00 |
|
|
2908b82f29
|
action handling: minor improvements, tests
|
2023-07-07 19:28:50 +02:00 |
|
|
5aa1cc07b6
|
do the real matching: message <-> pattern
|
2023-07-07 13:10:41 +02:00 |
|
|
a2a47293a8
|
store pattern as a slice of strings
|
2023-07-07 12:59:35 +02:00 |
|
|
4c174217d1
|
work in progess: action handling; start with simple test
|
2023-07-07 11:41:25 +02:00 |
|
|
4ad87d635c
|
payload improvements: methods, conversions
|
2023-07-05 15:10:52 +02:00 |
|
|
31bdedc031
|
produce payload object from JSON
|
2023-07-05 12:03:46 +02:00 |
|
|
b4d9338353
|
message with payload (serializable as JSON)
|
2023-07-05 09:40:00 +02:00 |
|