Commit Graph

142 Commits (38ba5e1a5e5968400090b0970a105c0082601c95)
 

Author SHA1 Message Date
yhirose 38ba5e1a5e Fixed typo. 9 years ago
yhirose 26c52cd06d Updated README. 9 years ago
yhirose 553fc23853 Code clean up. 9 years ago
yhirose c2e19cfd01 Added definition duplicates check. 9 years ago
yhirose 67de659288 Added left recursice detection. 9 years ago
yhirose 4dc334e481 Removed unused variable. 9 years ago
yhirose cfcba98e8f Added additional files to CMakeLists.txt. 9 years ago
yhirose ab1c426578 Code clean up. 9 years ago
yhirose b5eec078aa Commented out the current 'predicate feature' implementation. 9 years ago
yhirose 50768de875 Added Ignore operator. 9 years ago
yhirose fdf10521c6 Added a unit test. 9 years ago
yhirose 46470071f3 Removed optional parameter from enable_ast(). 9 years ago
yhirose 79c6b7ce9b Fixed AST problem with And and Not predicates. 9 years ago
yhirose 927ecc5c37 Fixed build error. 9 years ago
yhirose d93682dc56 Added samples for Culebra toy language. 9 years ago
yhirose 341659f699 Added optimize_nodes parameter. 9 years ago
yhirose 1a9fddd3f8 Added AST and command line string features in peglint. 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 e0c657e52c Changed to allow ';' between statements. 9 years ago
yhirose a783e0addd Removed default tag value from enable_ast. 9 years ago
yhirose e56062715a Improved AST support. 9 years ago
yhirose 36384e69a5 Added unary plus/minus/not operators. 9 years ago
yhirose 650344c2c2 Added vim sytax highlight files. 9 years ago
yhirose 7d08ed92d9 Supported 'logical or/and'. 9 years ago
yhirose 97235c313b Name refactoring. 9 years ago
yhirose 471ed98277 Added 'mutable' support. 9 years ago
yhirose 8ce5650924 Fixed line end in error message. 9 years ago
yhirose a4ad0d0d39 Changed 'fn' to 'fun'. 9 years ago
yhirose 1e4ad36f25 Fixed build error. 9 years ago
yhirose f9fea06e74 Fixed problem with environment. 9 years ago
yhirose 5d5468857b Fixed parse problem with PARAMETERS and ARGUMENTS. 9 years ago
yhirose 2b734978d1 Added NOTREACHED. 9 years ago
yhirose f8da5085aa Refactoring. 9 years ago
yhirose 18ffa7d28c Code cleanup. 9 years ago
yhirose 23429486b1 Code cleanup. 9 years ago
yhirose a7e2927efe Added closure support. 9 years ago
yhirose a4c9cec900 Changed environment to be shared pointer. 9 years ago
yhirose 5b9d6d8a57 Fixed 'str' in Value. 9 years ago
yhirose fe88c34649 Changed to allow digits in identifier. 9 years ago
yhirose 3eded9ea36 Code cleanup. 9 years ago
yhirose 456ce928ea Interpolated string support. 9 years ago
yhirose 8d2aeabb32 Changed 'print' to 'pp'. 9 years ago
yhirose f3f73e5c35 Better error report. 9 years ago