Compiler/Preprocessor: Difference between revisions

remove {{task heading}} as this is still a {{draft task}} and the "heading" category doesn't make sense
m (→‎{{header|Wren}}: Minor tidy)
(remove {{task heading}} as this is still a {{draft task}} and the "heading" category doesn't make sense)
Line 2:
 
This task modifies the source code prior to the lexical analysis similar to the C built-in preprocessor. All design decisions go with as simple an example as possible to show concept and match the simple language the other tasks support.
 
{{task heading}}
 
Create a preprocessor for the simple programming language specified in the lexical analysis task referenced below. The program should read input from a file and/or stdin, and write output to a file and/or stdout.
6,962

edits