Expand description

Paring related functions for basic.

Enums

Functions

XXX stolen to the asm parser

XXX stolen to the asm parser

Parse a line

Parse complete basic program“],

TODO add the missing chars Parse the instructions that do not need a prefix byte TODO Add all the other instructions“], Parse a basic value

Parse a comma optionally surrounded by space

TODO: add binary number

Parse an hexadecimal value

Parse any instruction. In opposite to BASIC editor, parameters are verified (i.e. generated BASIC is valid)

TODO check that some generated functions do not generate strings even if they consume numbers

Parse a complete and valid print expression

Parse the Args SPC or TAB of a print expression

Parse using argument of a print expression

Parse a single expression of a print

Parse a list of expressions for print

Parse a comment“],