yhirose
|
38ba5e1a5e
|
Fixed typo.
|
2015-06-13 01:23:27 -04:00 |
|
yhirose
|
26c52cd06d
|
Updated README.
|
2015-06-13 01:22:46 -04:00 |
|
yhirose
|
553fc23853
|
Code clean up.
|
2015-06-13 01:20:33 -04:00 |
|
yhirose
|
c2e19cfd01
|
Added definition duplicates check.
|
2015-06-13 00:57:45 -04:00 |
|
yhirose
|
67de659288
|
Added left recursice detection.
|
2015-06-13 00:38:38 -04:00 |
|
yhirose
|
4dc334e481
|
Removed unused variable.
|
2015-06-12 21:14:10 -04:00 |
|
yhirose
|
cfcba98e8f
|
Added additional files to CMakeLists.txt.
|
2015-06-12 21:06:54 -04:00 |
|
yhirose
|
ab1c426578
|
Code clean up.
|
2015-06-12 20:50:35 -04:00 |
|
yhirose
|
b5eec078aa
|
Commented out the current 'predicate feature' implementation.
|
2015-06-12 18:57:58 -04:00 |
|
yhirose
|
50768de875
|
Added Ignore operator.
|
2015-06-12 18:52:26 -04:00 |
|
yhirose
|
fdf10521c6
|
Added a unit test.
|
2015-06-12 18:13:20 -04:00 |
|
yhirose
|
46470071f3
|
Removed optional parameter from enable_ast().
|
2015-06-12 18:12:54 -04:00 |
|
yhirose
|
79c6b7ce9b
|
Fixed AST problem with And and Not predicates.
|
2015-06-12 15:28:10 -04:00 |
|
yhirose
|
927ecc5c37
|
Fixed build error.
|
2015-06-12 15:27:55 -04:00 |
|
yhirose
|
d93682dc56
|
Added samples for Culebra toy language.
|
2015-06-12 14:17:53 -04:00 |
|
yhirose
|
341659f699
|
Added optimize_nodes parameter.
|
2015-06-12 14:09:23 -04:00 |
|
yhirose
|
1a9fddd3f8
|
Added AST and command line string features in peglint.
|
2015-06-12 13:45:58 -04:00 |
|
yhirose
|
57a3ecc620
|
Fixed the token detect logic.
|
2015-06-05 13:50:07 -04:00 |
|
yhirose
|
05ca1961b4
|
Added token check logic.
|
2015-06-05 13:28:38 -04:00 |
|
yhirose
|
37fe8bd1ff
|
Fixed build errors.
|
2015-06-05 11:51:45 -04:00 |
|
yhirose
|
be60c69729
|
Renamed class name.
|
2015-06-05 11:45:13 -04:00 |
|
yhirose
|
7583711c63
|
Code cleanup.
|
2015-06-05 08:56:16 -04:00 |
|
yhirose
|
682417b410
|
Removed 'typedef Definition rule'.
|
2015-06-05 08:54:02 -04:00 |
|
yhirose
|
ab3d8b0d0e
|
Code cleanup and fixed build error.
|
2015-06-04 19:06:37 -04:00 |
|
yhirose
|
b91efa1489
|
Changed the way to handle default tag in AST.
|
2015-06-04 14:12:09 -04:00 |
|
yhirose
|
e0c657e52c
|
Changed to allow ';' between statements.
|
2015-06-04 13:25:01 -04:00 |
|
yhirose
|
a783e0addd
|
Removed default tag value from enable_ast.
|
2015-06-04 13:24:22 -04:00 |
|
yhirose
|
e56062715a
|
Improved AST support.
|
2015-06-04 11:41:14 -04:00 |
|
yhirose
|
36384e69a5
|
Added unary plus/minus/not operators.
|
2015-06-03 22:50:00 -04:00 |
|
yhirose
|
650344c2c2
|
Added vim sytax highlight files.
|
2015-06-03 21:31:51 -04:00 |
|
yhirose
|
7d08ed92d9
|
Supported 'logical or/and'.
|
2015-06-03 21:16:20 -04:00 |
|
yhirose
|
97235c313b
|
Name refactoring.
|
2015-06-03 18:42:25 -04:00 |
|
yhirose
|
471ed98277
|
Added 'mutable' support.
|
2015-06-03 18:39:10 -04:00 |
|
yhirose
|
8ce5650924
|
Fixed line end in error message.
|
2015-06-03 17:36:56 -04:00 |
|
yhirose
|
a4ad0d0d39
|
Changed 'fn' to 'fun'.
|
2015-06-03 17:36:35 -04:00 |
|
yhirose
|
1e4ad36f25
|
Fixed build error.
|
2015-06-03 08:16:33 -04:00 |
|
yhirose
|
f9fea06e74
|
Fixed problem with environment.
|
2015-06-02 23:15:25 -04:00 |
|
yhirose
|
5d5468857b
|
Fixed parse problem with PARAMETERS and ARGUMENTS.
|
2015-06-02 23:14:32 -04:00 |
|
yhirose
|
2b734978d1
|
Added NOTREACHED.
|
2015-06-02 14:21:43 -04:00 |
|
yhirose
|
f8da5085aa
|
Refactoring.
|
2015-06-02 14:17:08 -04:00 |
|
yhirose
|
18ffa7d28c
|
Code cleanup.
|
2015-06-01 17:59:43 -04:00 |
|
yhirose
|
23429486b1
|
Code cleanup.
|
2015-06-01 17:58:10 -04:00 |
|
yhirose
|
a7e2927efe
|
Added closure support.
|
2015-06-01 17:56:39 -04:00 |
|
yhirose
|
a4c9cec900
|
Changed environment to be shared pointer.
|
2015-06-01 16:19:30 -04:00 |
|
yhirose
|
5b9d6d8a57
|
Fixed 'str' in Value.
|
2015-05-29 00:20:54 -04:00 |
|
yhirose
|
fe88c34649
|
Changed to allow digits in identifier.
|
2015-05-29 00:20:15 -04:00 |
|
yhirose
|
3eded9ea36
|
Code cleanup.
|
2015-05-28 23:34:10 -04:00 |
|
yhirose
|
456ce928ea
|
Interpolated string support.
|
2015-05-28 23:32:04 -04:00 |
|
yhirose
|
8d2aeabb32
|
Changed 'print' to 'pp'.
|
2015-05-28 21:51:58 -04:00 |
|
yhirose
|
f3f73e5c35
|
Better error report.
|
2015-05-28 21:36:29 -04:00 |
|