mingodad
|
a2333d71ef
Added type info to the comments in the squilu bytecode generation option
|
8 years ago |
mingodad
|
c91c7ccfb2
Fix default makefiles (also normalize line ends \n only), fix some compile warnings.
|
8 years ago |
mingodad
|
7a4868caa2
Use sq_type instead of the duplicated sqtype as it's done in squirrel
|
8 years ago |
mingodad
|
6ee9f39571
Change macro type() to sqtype() as done in squirrel, also updating sqlite3
|
8 years ago |
mingodad
|
31eee5abdc
Add operator overload [] for SQObjctPtr to be used by C++
|
9 years ago |
mingodad
|
728ad788a8
Update with squirrel, spaces/tabs changed
|
9 years ago |
mingodad
|
8eceded6a0
Add changes from squirrel
|
9 years ago |
mingodad
|
b81bacce84
Code refactoring and expose the SquiLu lexer to scripts see samples/test-sqlexer.nut
|
9 years ago |
mingodad
|
ed268424c6
Add more opcodes to dump help expalanation
|
9 years ago |
mingodad
|
818106c780
Added a bit more reverse bytecode generation info
|
9 years ago |
mingodad
|
79a009d408
Several fixes from squirrel
|
9 years ago |
mingodad
|
12c181bdc4
Add some fixes from squirrel.
|
10 years ago |
mingodad
|
9c84674630
Add fixes from squrrel
|
10 years ago |
mingodad
|
6480cf5564
Remove "CR" and bug fixes
|
10 years ago |
Domingo Alvarez Duarte
|
730caef3c9
Enhance dumping bytecode.
|
11 years ago |
mingodad
|
ae743d1eaa
Fixes from squirrel 3.0.6 and an attempt to use computed gotos on the vm, right now it does not add any performance enhancements.
|
11 years ago |
mingodad
|
0d4c8f8dee
Finally it seems that "SQFunctionProto::GetLineGetLine" using binary search is working properly now.
|
13 years ago |
mingodad
|
6a60560ae9
The line numbers was still showing incorrectly with the last fix, for a while stick for a linear search.
|
13 years ago |
mingodad
|
95976be7d4
The line numbers shown on stack dumps was still showing wrong results on some cases, this is a try to fix it without go back to linear scan.
|
13 years ago |
mingodad
|
1e011789d3
Reorganize repository tree.
|
13 years ago |