Ambroz Bizjak
|
9f1067e51a
ncd: Implement lazy evaluation in If clause.
|
11 anos atrás |
Ambroz Bizjak
|
e5206baa26
ncd: modules: call: Make inline_code::call take the arguments directly.
|
11 anos atrás |
Ambroz Bizjak
|
562cac1a5b
Refactoring using MemRef.
|
11 anos atrás |
Ambroz Bizjak
|
9c5480ca06
ncd: Refactor make_fast_names into NCDFastNames.
|
11 anos atrás |
Ambroz Bizjak
|
98ed187623
ncd: Remove ComposedString type along with the buffer module.
|
11 anos atrás |
Ambroz Bizjak
|
f46323f5b3
ncd: modules: call: Refactoring.
|
11 anos atrás |
Ambroz Bizjak
|
1ae3a4011e
ncd: modules: call: Fix bug in call_with_caller_target deinit.
|
11 anos atrás |
Ambroz Bizjak
|
98a7f642b0
ncd: modules: call: Implement inline_code calls.
|
11 anos atrás |
Ambroz Bizjak
|
0240db041c
ncd: Fix missing type checks. Refactor to make these bugs less likely.
|
11 anos atrás |
Ambroz Bizjak
|
73a264c3d5
ncd: Consolidate some code that appears in modules.
|
11 anos atrás |
ambrop7
|
a696e31351
ncd/modules/call2.c: support non-ContinuousString strings
|
13 anos atrás |
ambrop7
|
b003fa6755
ncd: modules: use the new static strings
|
13 anos atrás |
ambrop7
|
b15882c561
ncd: modules: call2: implement call_with_caller_target()
|
13 anos atrás |
ambrop7
|
494455eb5b
ncd: modules: call2: micro-optimization. Instead of keeping an 'embed' flag to determine how object resolution is performed,
|
13 anos atrás |
ambrop7
|
d2a806f603
ncd: modules: call2: add documentation
|
13 anos atrás |
ambrop7
|
520cec03fd
ncd: modules: remove call module, and rename the call2() command from the call2 module to call(). This way the call() command
|
13 anos atrás |
ambrop7
|
da9d7745a0
ncd: modules: call2: remove some commands nobody is probably using
|
13 anos atrás |
ambrop7
|
f49ecedd13
ncd: NCDModule: remove NCDModuleInst_Backend_SetError() and add NCDModuleInst_Backend_DeadError() instead. Fix modules.
|
13 anos atrás |
ambrop7
|
2cb7d22401
ncd: move some stuff only used by modules and not the interpreter into extra/
|
13 anos atrás |
ambrop7
|
abba37f455
ncd: NCDObject: Refactoring. Use just one kind of getvar/getobj callbacks. Change the state argument to callbacks to be an
|
13 anos atrás |
ambrop7
|
ad34835ccf
ncd: NCDModule: don't store a callback state pointer for NCDModuleProcess user callbacks. Instead, pass the
|
13 anos atrás |
ambrop7
|
7c7e66fee2
ncd: rename static_strings_utils.h --> value_utils.h
|
13 anos atrás |
ambrop7
|
47d8669247
ncd: modules: call2: some ID-string optimizations
|
13 anos atrás |
ambrop7
|
5cd7da4b6a
ncd: modules: call2: try to pass the template name as a string ID
|
13 anos atrás |
ambrop7
|
7e29861b10
ncd: NCDObject: store object type as a string identifier instead of char pointer
|
13 anos atrás |
ambrop7
|
7227efdfe4
ncd: make NCDModule structs non-const (for next commit which will need to modify them)
|
13 anos atrás |
ambrop7
|
5e10dff851
oops, we need to make struct NCDModule non-const, not struct NCDModuleGroup. So revert previous commit.
|
13 anos atrás |
ambrop7
|
8ed78cb35d
ncd: make NCDModuleGroup structs non-const (for next commit which will need to modify them)
|
13 anos atrás |
ambrop7
|
8d37e18d31
ncd: get some more stuff working nicely with string id's
|
13 anos atrás |
ambrop7
|
a157cf9829
ncd: use unique string identifiers when resolveing variable/object names. The goal is to improve
|
13 anos atrás |