Michel Hermier
|
fe57c1eea0
|
Trivial: wren_core.wren.inc needs to be regenerated.
|
2018-07-25 11:58:50 +02:00 |
|
Michel Hermier
|
051e224ce6
|
De-inline wrenHasError.
Move fiber error detection inside a function instead of using inlined
version everywhere.
|
2018-07-25 11:55:03 +02:00 |
|
Michel Hermier
|
0ebf4e1277
|
Add me to AUTHORS.
|
2018-07-25 11:55:03 +02:00 |
|
Michel Hermier
|
e4901c51d8
|
Add wrenStringEqualStrLength and wrenStringsEqual.
|
2018-03-29 09:12:32 +02:00 |
|
Michel Hermier
|
3c39f7e0af
|
Make symboltable use ObjString.
* Avoid to have 2 different string representation in the code.
* Reduce memory creation in meta API, by reusing created strings.
|
2018-03-28 18:12:50 +02:00 |
|
Michel Hermier
|
3e9bf0277b
|
Move Obj* type definition to wren_common.h.
Uniformize structure naming, and should help file includes.
|
2018-03-28 17:51:34 +02:00 |
|
Michel Hermier
|
a2cf3c34ad
|
Fix getNumArguments and wrenBindMethodCode opcodes data.
Some instructions data in these 2 functions are out of syncs, and can try to
patch the code in bad manner.
|
2018-01-11 12:20:35 +01:00 |
|