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:

  1. quotes_parsing_as_func
    1. what if the name in the command line has a space?
    2. 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.
    3. just rip out the code in tokenizer and make it this. then use the new quoting code for tokenizer again.
    4. this is needed as separate support that can be relied on.
  2. move the indentation bit into here.
    1. actually, move it from utility into the textual lib, but in some kind of formatting or outputting file.
    2. that's where a lot of some of this stuff should go.
  3. test the new function, to make sure the translate cr for plat thing works.

Change History (1)

comment:1 by Fred T. Hamster, 8 years ago

Owner: changed from Fred T. Hamster to bugdock
Status: newassigned
Note: See TracTickets for help on using tickets.