mingodad
|
9df49243ce
Allow non printable chars on patterns, also add \z as in lua 5.1 for '\0' character
|
7 years ago |
mingodad
|
ca0f948a70
Fixes to allow cross compilation with https://github.com/hone/mruby-cli docker image
|
7 years ago |
mingodad
|
f619e98533
Update sqlite3
|
7 years ago |
mingodad
|
f9c6f6120e
Fix parameter type
|
7 years ago |
mingodad
|
4166e24eeb
Update sqlite3
|
7 years ago |
mingodad
|
f278c282b0
Accept the string escaping sequence '\/' that is valid for json.
|
7 years ago |
mingodad
|
bb8c18ef15
Add the start_pos/end_pos info for parsed elements
|
7 years ago |
mingodad
|
5dd4386888
Update sqlite3
|
7 years ago |
mingodad
|
c2881a0565
Fix '#include' inside '#ifdef' and add a default macro '__SQUILU__'
|
7 years ago |
mingodad
|
02f0f01854
Fix bitvector test
|
7 years ago |
mingodad
|
986a8bd415
Add new samples
|
7 years ago |
mingodad
|
f98484e356
Update sqlite3
|
7 years ago |
mingodad
|
e910ee96a6
Update the lexer to accept C/C++ float literals like "0.0f"
|
7 years ago |
mingodad
|
358e54bb31
Accept and discard a C++/Java type for the catch parameter
|
7 years ago |
mingodad
|
148ab73287
Comment out some tests to allow it pass on 32bits build, need a better to fix literal integer
|
7 years ago |
mingodad
|
3707123a18
Small code reformat
|
7 years ago |
mingodad
|
8daffa5070
Fix default compilation to build without libstdc++ dependency
|
7 years ago |
mingodad
|
9c05e24236
Update sqlite3
|
7 years ago |
mingodad
|
15a996a37b
Fix compiler warnings, and add total time spent on tests.
|
7 years ago |
mingodad
|
baf276e6ce
Fix compiler warnings.
|
7 years ago |
mingodad
|
3ad215a726
Without this macros defined on the default build there is dependencies on libstdc++ that we do not want to carry on.
|
7 years ago |
mingodad
|
ceb8414c1a
On OSX popen do not work well without explicit closing the file for popen, need to investigate it
|
7 years ago |
mingodad
|
48362a0e1c
Small compiler warning fix
|
7 years ago |
mingodad
|
a6fbe44064
Fix make files to work with extra parameters
|
7 years ago |
mingodad
|
098227a703
Some fixes to this extension module, but still not functional.
|
7 years ago |
mingodad
|
c59cc351ba
Add a pascal style string/buffer to allow return binary data from external functions.
|
7 years ago |
mingodad
|
80fcef9d5f
Add lua code to manage literal integers that overflow, when it happens parse then as float/double.
|
7 years ago |
mingodad
|
477a6977e2
Update sqlite3
|
7 years ago |
mingodad
|
5a110ed6f4
Update Makefile to compile with doubles instead of floats
|
8 years ago |
mingodad
|
6cf506d15f
Update some samples and add 2 others
|
8 years ago |