Add the "Include" directive to the generic file parsing code.
Now if a line BEGINS with "Include" and is followed by whitespace and then a filename, the parser will open and parse that file before continuing to parse the rest of the current file. Also improved some parser error messages with line numbers and file names.
Please register or sign in to comment