Opened 12 years ago
Last modified 8 years ago
#32 assigned bug
textual -- parser bits fixes
Reported by: | Fred T. Hamster | Owned by: | bugdock |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | feistymeow-nucleus | Version: | |
Keywords: | parser bits | Cc: |
Description
parser bits:
- quotes_parsing_as_func
- what if the name in the command line has a space?
- we need a thing for parsing quotes that can consume an existing string. or skate along an existing string to point out where last quote is.
- just rip out the code in tokenizer and make it this. then use the new quoting code for tokenizer again.
- this is needed as separate support that can be relied on.
- move the indentation bit into here.
- actually, move it from utility into the textual lib, but in some kind of formatting or outputting file.
- that's where a lot of some of this stuff should go.
- test the new function, to make sure the translate cr for plat thing works.
Note:
See TracTickets
for help on using tickets.