I say that we have full support for the above things, but there is already more that can be parsed. The above mentioned literals are the ones that are tested by the test suite that runs before the project is accepted at the build-farm. So everything else that is being parsed is not yet been tested. An example of a test is:
test hexadecimal integerSo the little things are already tested. This will give a solid basis for the rest of the parser.
"0x1A" -> LNumber(Hexa("0x1A"))
To see the overall status of the parser, take a look at the output of parsing the test-files included in the distributions. The goal is to get a cool smiley after every file.
No comments:
Post a Comment