bump
This commit is contained in:
parent
d8a312bd00
commit
ab760e29da
@ -102,12 +102,16 @@ end machine
|
||||
All literal values (string or numeric) are copied as machine code.
|
||||
|
||||
## Logic
|
||||
+ only evaulated in _logical blocks_
|
||||
```
|
||||
if <logical-block> then
|
||||
[else if <logic> then]+
|
||||
[otherwise]
|
||||
end if
|
||||
```
|
||||
|
||||
### logical blocks
|
||||
+ if-then-else-end-if
|
||||
Logic is only evaulated in _logical blocks_
|
||||
|
||||
#### operators
|
||||
### operators
|
||||
+ =
|
||||
+ >
|
||||
+ <
|
||||
|
@ -97,6 +97,7 @@ int make_executable(const char * const filename) {
|
||||
}
|
||||
|
||||
void _append_instructions(const unsigned argc, ...) {
|
||||
// XXX: extension logic
|
||||
va_list ap;
|
||||
va_start(ap, argc);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user