Closed CinchBlue closed 7 years ago
@sehe You're right. This has been changed with the latest commit f9512ec.
Tried to fix the unit-rule-comment.cpp
test case by fixing the include in the corresponding header file, lexer/rules/rule_comment.hpp
.
Alright. Finally merging this into master
.
I now have a basic Lexer and Parser system working for basic lists. We do not support vectors or bytevectors or characters, but the system is prepared to begin working with stuff.
We are missing number support. We need someone to migrate Number over.
Please look at
EXAMPLE-scheme-lexer
as well asunit-Parser.cpp
. The unit test case names are somewhat deceptive because they don't map 1:1 with classes and their methods -- the design is very ad-hoc.