Commit Graph

70 Commits (927ecc5c37f2684203855632cf263c0c9d4c2d90)

Author SHA1 Message Date
yhirose 341659f699 Added optimize_nodes parameter. 9 years ago
yhirose 57a3ecc620 Fixed the token detect logic. 9 years ago
yhirose 05ca1961b4 Added token check logic. 9 years ago
yhirose 37fe8bd1ff Fixed build errors. 9 years ago
yhirose be60c69729 Renamed class name. 9 years ago
yhirose 7583711c63 Code cleanup. 9 years ago
yhirose 682417b410 Removed 'typedef Definition rule'. 9 years ago
yhirose ab3d8b0d0e Code cleanup and fixed build error. 9 years ago
yhirose b91efa1489 Changed the way to handle default tag in AST. 9 years ago
yhirose a783e0addd Removed default tag value from enable_ast. 9 years ago
yhirose e56062715a Improved AST support. 9 years ago
yhirose f8da5085aa Refactoring. 9 years ago
yhirose 7ef79b62e2 Added set_logger. 9 years ago
yhirose ce51b0ee98 Updated ast methods. 9 years ago
yhirose 19c3644490 Improved AST printer. 9 years ago
yhirose 561defea8b Changed to use 'size_t' for position. 9 years ago
yhirose b8c2778e2a Working on AST feature. 9 years ago
yhirose 738fe53e39 Fixed number parsing problem. 9 years ago
yhirose 8bac879ff9 Added the predicate control feature. 9 years ago
yhirose 9546860a77 Removed unused parameter. 9 years ago
yhirose 1f48b4ca82 Improved location info of error report. 9 years ago
yhirose 26060c0f00 Fixed duplicated symbol error. 9 years ago
yhirose 59cb3b5aea Removed 'str' method from SemanticValue. 9 years ago
yhirose e30b4a281f Name refactoring. 9 years ago
yhirose 59f350673c Improved 'map' interface on SemanticValues. 9 years ago
yhirose 81d7593ea1 Removed 'reduce' from SemanticValues. 9 years ago
yhirose 4d65fc4c56 Removed 'before/after' handlers. 9 years ago
yhirose 0fa6af3cd5 Added additional 'map' functions. 9 years ago
yhirose fb42532c7c Removed the code to cache the user data. 9 years ago
yhirose 4e79b2de95 Added 'named capture'. Changed to cache user data. 9 years ago
yhirose fd90882894 Improved SemanticValue interface. 9 years ago
yhirose 1fc0a6819e Updated public interface. 9 years ago
yhirose d5e28fff94 Fixed performance problem. 9 years ago
yhirose d93a007ef0 Moved 'choice' property to SemanticValues. 9 years ago
yhirose 7ccaf4257c Supporting the packrat parsing... 9 years ago
yhirose a860218d4f Working on the parckrat parsing support. 9 years ago
yhirose b19d37f052 Improving performance... 9 years ago
yhirose 4f7686cf79 Fixed problem with std::is_same. 9 years ago
yhirose 64e7274b1d Added octal/hex number support. 9 years ago
yhirose 895414a234 Added calc3.cc. (AST version) 9 years ago
yhirose 3d3af85bc7 Changed the semantic values interface. 9 years ago
yhirose 681c754302 Added 'usr' operator. 9 years ago
yhirose 42c9d06221 Code cleanup. 9 years ago
yhirose 69b82ba92b Fixed incorrect include guard string. 9 years ago
yhirose 261f8f463b Added 'const SemanticValues&` action. 9 years ago
yhirose f87ae01d3b Removed mmap.h dependency. Close #1. 9 years ago
yhirose f7e7e308ed Changed to allow 'mutable' lambda function as semantic action. Closed #2. 9 years ago
yhirose 9c872e2d5d Added 'ignore' operator. 9 years ago
yhirose 56daf08d5b Changed the capture operator and made the anchor operator. 9 years ago
yhirose d2ad29359e Added 'anchor' support. Removed implecit cast operators from 'any'. 9 years ago