Commit Graph

103 Commits (f8da5085aaf8db368be5cdfe317c41cf9dcd0fe1)
 

Author SHA1 Message Date
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
yhirose a7c2de1c32 Added 'else if' support. 9 years ago
yhirose 0ed897dd01 Added % operator. 9 years ago
yhirose 0168d19a0c Added language project. 9 years ago
yhirose 7ef79b62e2 Added set_logger. 9 years ago
yhirose 67b241caba Removed examples from CMakeLists.txt. 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 e40117b44c Removed unused file from project. 9 years ago
yhirose 2badaa40a0 Cleanup code format. 9 years ago
yhirose b8c2778e2a Working on AST feature. 9 years ago
yhirose 738fe53e39 Fixed number parsing problem. 9 years ago
yhirose d35c460cc1 Added CMakeLists.txt. 9 years ago
yhirose 8bac879ff9 Added the predicate control feature. 9 years ago
yhirose faa70f1f37 Updated the 'catch' c++ unit test framework. 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 e8a016267f Added calc3.vcxproj. 9 years ago
yhirose 7d17f7ce8d Fixed error message problem. 9 years ago
yhirose feff9d1d97 Updated documentation. 9 years ago
yhirose 59cb3b5aea Removed 'str' method from SemanticValue. 9 years ago
yhirose 6c59c02ea9 Updated documentation and examples. 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 22b02f0c0b Updated README. 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 9fee7187fb Clean up. 9 years ago
yhirose d5e28fff94 Fixed performance problem. 9 years ago
yhirose d93a007ef0 Moved 'choice' property to SemanticValues. 9 years ago
yhirose 8016f4f0bb Allow UTF8 characters. 9 years ago
yhirose 7ccaf4257c Supporting the packrat parsing... 9 years ago
yhirose a860218d4f Working on the parckrat parsing support. 9 years ago