Monthly Archives: November 2013

Parsing a two-dimensional language.

Many programming languages are essentially one dimensional.  The parser treats them simply as a linear sequence of tokens.  A program could all be written on a single line, or with each token on a separate line and the parser or … Continue reading

Posted in Language Design | Leave a comment