Commit Graph

81 Commits

Author SHA1 Message Date
yhirose
9765e095ab Added semantic predicate support. 2015-06-15 16:07:25 -04:00
yhirose
4eab716a6a Fixed User rule problem. 2015-06-15 13:47:59 -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
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
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
341659f699 Added optimize_nodes parameter. 2015-06-12 14:09:23 -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
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
f8da5085aa Refactoring. 2015-06-02 14:17:08 -04:00
yhirose
7ef79b62e2 Added set_logger. 2015-05-28 19:18:45 -04:00
yhirose
ce51b0ee98 Updated ast methods. 2015-05-28 19:03:11 -04:00
yhirose
19c3644490 Improved AST printer. 2015-05-21 18:29:36 -04:00
yhirose
561defea8b Changed to use 'size_t' for position. 2015-05-19 10:51:06 -04:00
yhirose
b8c2778e2a Working on AST feature. 2015-05-19 09:07:03 -04:00
yhirose
738fe53e39 Fixed number parsing problem. 2015-04-25 08:11:06 +09:00
yhirose
8bac879ff9 Added the predicate control feature. 2015-04-08 12:02:26 -04:00
yhirose
9546860a77 Removed unused parameter. 2015-04-08 11:07:41 -04:00
yhirose
1f48b4ca82 Improved location info of error report. 2015-04-01 13:36:03 -04:00
yhirose
26060c0f00 Fixed duplicated symbol error. 2015-03-27 15:40:50 -04:00
yhirose
59cb3b5aea Removed 'str' method from SemanticValue. 2015-03-11 14:10:23 -04:00
yhirose
e30b4a281f Name refactoring. 2015-03-09 14:58:43 -04:00
yhirose
59f350673c Improved 'map' interface on SemanticValues. 2015-03-05 22:00:18 -05:00
yhirose
81d7593ea1 Removed 'reduce' from SemanticValues. 2015-03-05 21:59:54 -05:00
yhirose
4d65fc4c56 Removed 'before/after' handlers. 2015-03-05 17:50:19 -05:00
yhirose
0fa6af3cd5 Added additional 'map' functions. 2015-03-04 18:26:11 -05:00
yhirose
fb42532c7c Removed the code to cache the user data. 2015-03-04 14:49:58 -05:00
yhirose
4e79b2de95 Added 'named capture'. Changed to cache user data. 2015-03-03 22:04:14 -05:00
yhirose
fd90882894 Improved SemanticValue interface. 2015-03-03 21:51:28 -05:00
yhirose
1fc0a6819e Updated public interface. 2015-03-02 21:52:09 -05:00
yhirose
d5e28fff94 Fixed performance problem. 2015-03-02 17:35:55 -05:00
yhirose
d93a007ef0 Moved 'choice' property to SemanticValues. 2015-02-26 22:40:00 -05:00
yhirose
7ccaf4257c Supporting the packrat parsing... 2015-02-26 21:32:26 -05:00
yhirose
a860218d4f Working on the parckrat parsing support. 2015-02-26 08:27:05 -05:00
yhirose
b19d37f052 Improving performance... 2015-02-25 19:31:00 -05:00
yhirose
4f7686cf79 Fixed problem with std::is_same. 2015-02-23 10:04:25 -05:00
yhirose
64e7274b1d Added octal/hex number support. 2015-02-22 22:23:08 -05:00