-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call for Examples #4
Comments
@BebeSparkelSparkel I was looking at your DXF example and noticed something. You don't capture the whitespace for the integer lines in the parsed representation. When printing, how much leading whitespace should the numbers be padded with? |
The interesting thing is that I was trying to use the |
@masaeedu For |
@BebeSparkelSparkel What I mean regarding the |
Regarding:
I see a few lines in there where the leading whitespace is different. For example you have two spaces in If the rule here is that the number lines are always exactly three characters, that works, but we need some kind of rule so that when you're printing out your number you know what to do. |
Sorry, you are correct. It is always a 3 digit number with whitespace if there is no digit there. I was thinking there could be some biparser constructor that is sort of like |
Please put in some input result tests for your biparsing needs.
Just add them to tests and try to explain yourself as best as possible.
The text was updated successfully, but these errors were encountered: