Compiler/lexical analyzer: Difference between revisions

m
→‎Task: Clarify task output format, and usage as a pipeline
m (→‎{{header|C}}: Changed to compile warning free with pedantic, as well as Wall and extra.)
m (→‎Task: Clarify task output format, and usage as a pipeline)
Line 360:
;Additional examples
Your solution should pass all the test cases above and the additional tests found '''[[Compiler/Sample_programs|Here]]'''.
 
This task is intended to be used as part of a pipeline, with the other compiler tasks - for example:
<br><b>lex < hello.t | parse | gen | vm</b>
<br>As such, the the output should be <b>exactly</b> as specified.
 
{{task heading|Reference}}
155

edits