Jacek Caban
|
30de39b2a7
|
jscript: Treat function expressions with identifier as function declarations.
|
2008-10-21 11:43:01 +02:00 |
Rob Shearman
|
169f92b5a8
|
jscript: Fix shift/reduce conflict in IfStatement rule.
The famous "dangling else" problem.
|
2008-10-15 16:46:47 +02:00 |
Rob Shearman
|
b06f882072
|
jscript: Fix shift/reduce conflict caused by ArrayLiteral.
|
2008-10-14 11:26:37 +02:00 |
Jacek Caban
|
4783dd1e54
|
jscript: Fixed list literal length calculation.
|
2008-10-08 12:18:25 +02:00 |
Jacek Caban
|
383de2d79a
|
jscript: Fixed conflict in Block statement that caused problems with empty blocks.
|
2008-10-06 13:04:42 +02:00 |
Jacek Caban
|
50a84b4545
|
jscript: Allocate variables when entering execution context.
|
2008-10-01 11:39:18 -05:00 |
Jacek Caban
|
5760eb808b
|
jscript: Added Function.toString implementation.
|
2008-09-22 11:56:16 +02:00 |
Jacek Caban
|
45cd5bc4a2
|
jscript: Fixed array literal length calculation.
|
2008-09-22 11:54:16 +02:00 |
Jacek Caban
|
7bde1a3345
|
jscript: Added while and do..while statement implementation.
|
2008-09-18 12:23:07 +02:00 |
Jacek Caban
|
d2de1d3103
|
jscript: Added '&' expression implementation.
|
2008-09-18 12:21:55 +02:00 |
Jacek Caban
|
2b16387708
|
jscript: Added switch statement implementation.
|
2008-09-18 12:21:29 +02:00 |
Jacek Caban
|
c0f3c78954
|
jscript: Added 'new' expression implementation.
|
2008-09-18 12:21:23 +02:00 |
Jacek Caban
|
4ac24dc2bf
|
jscript: Reuse temporary heap.
|
2008-09-16 11:29:50 +02:00 |
Jacek Caban
|
cf1863ed09
|
jscript: Added parser support for regular expressions.
|
2008-09-16 11:29:44 +02:00 |
Francois Gouget
|
3b3f5118ac
|
jscript: Fix compilation with older bison.
|
2008-09-08 12:47:22 +02:00 |
Alexandre Julliard
|
dcc26cf806
|
jscript: Avoid an uninitialized variable warning on older gcc.
|
2008-09-05 11:32:54 +02:00 |
Jacek Caban
|
720e8c6252
|
jscript: Added parser memory managment.
|
2008-09-04 11:50:45 +02:00 |
Jacek Caban
|
b51a156ff1
|
jscript: Added lexer.
|
2008-09-04 11:50:28 +02:00 |
Jacek Caban
|
9ebdd11126
|
jscript: Added parser.
|
2008-09-04 11:47:56 +02:00 |