This website requires JavaScript.
Explore
Help
Sign In
YourWishes
/
jerryscript
Watch
1
Star
0
Fork
0
You've already forked jerryscript
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
73dcf689d272215c6104f7d85d03c797e85f7652
jerryscript
/
jerry-core
/
parser
/
js
T
History
István Kádár
afa7b78b45
New unicode character handling using array data structure.
...
JerryScript-DCO-1.0-Signed-off-by: István Kádár ikadar@inf.u-szeged.hu
2016-03-03 15:21:43 +01:00
..
byte-code.c
Add some more
const
s to get data moved from .data to .rodata
2016-02-22 13:04:34 +01:00
byte-code.h
Non-recursive vm_loop to reduce stack usage.
2016-03-02 01:52:55 -08:00
common.c
New unicode character handling using array data structure.
2016-03-03 15:21:43 +01:00
common.h
New Allocator and improved String handling.
2016-03-01 10:44:35 +01:00
js-lexer.c
RegExp refactoring and improvements
2016-03-01 13:54:14 +01:00
js-lexer.h
Eliminating doxygen warnings by fixing the documentation
2016-02-16 21:05:58 +01:00
js-parser-expr.c
Remove g++ support from the [C]Make files.
2016-02-15 12:49:12 +01:00
js-parser-internal.h
Warning fix for ALL_IN_ONE.
2016-02-25 15:05:18 +01:00
js-parser-limits.h
Compact Byte Code parser and executor for Jerry.
2016-02-05 01:15:49 -08:00
js-parser-mem.c
Eliminating doxygen warnings by fixing the documentation
2016-02-16 21:05:58 +01:00
js-parser-scanner.c
Remove g++ support from the [C]Make files.
2016-02-15 12:49:12 +01:00
js-parser-statm.c
Remove g++ support from the [C]Make files.
2016-02-15 12:49:12 +01:00
js-parser-util.c
Remove g++ support from the [C]Make files.
2016-02-15 12:49:12 +01:00
js-parser.c
Small refactorings
2016-03-01 13:11:43 +01:00
js-parser.h
Merge the js-parser and parser files
2016-02-10 12:35:55 +01:00