Commits
User selector
Commit History
Commits on Mar 7, 2019
Improve line number tracking in parser.
Show description for 914ae72committed
Commits on Nov 5, 2018
Commits on Jan 24, 2018
Commits on Jan 15, 2018
Add recursion overflow check when parsing unary expressions.
Show description for 849fb89committed
Commits on May 16, 2017
Add recursion overflow checks in parser.
Show description for 5f83cc9committedAdd a js_setreport callback function to report warnings.
Show description for fb32b5ccommitted
Commits on May 9, 2017
Use the line number of the lookahead token when building the syntax tree.
Show description for 44d4109committed
Commits on Apr 17, 2017
Compile functions with per-function strictness.
Show description for 8a26e20committed
Commits on Apr 27, 2016
Avoid using 'unsigned int'.
Show description for 3e3c382committed
Commits on Jan 14, 2015
Commits on Jan 2, 2015
Rename next/accept/expect macros in lexer and parser.
Show description for b4fb126committed
Commits on Dec 3, 2014
Add stack traces to error objects.
Show description for 031513bcommitted
Commits on Feb 28, 2014
Commits on Feb 26, 2014
- committed
Commits on Feb 25, 2014
- committed
Some -pedantic warning fixes.
Show description for 45e3a31committed
Commits on Feb 10, 2014
Separate generic AST_IDENTIFIER and EXP_IDENTIFIER.
Show description for e39e0bdcommitted
Commits on Feb 7, 2014
Commits on Feb 6, 2014
Commits on Jan 24, 2014
Commits on Jan 22, 2014
- committed
Add stack and scope balancing to exits from try/catch blocks.
Show description for 60253cecommitted- committed
- committed
- committed
Implement unlabeled break and continue.
Show description for 14043f0committedAdd prefixes and remove duplicate functions.
Show description for a6a5bd7committed
Commits on Jan 21, 2014
Commits on Jan 20, 2014
- committed
Split header into js.h public and jsi.h private. Start cleaning up
Show description for 40a12fbcommitted
Commits on Jan 19, 2014
Commits on Jan 18, 2014
Return value of last evaluated expression in eval and script code.
Show description for 9650392committed- committed