Code

Migrate parser from frontend/ to parser/ and to use the AST.
authorSebastian Harl <sh@tokkee.org>
Sun, 12 Apr 2015 13:12:45 +0000 (15:12 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 12 Apr 2015 13:12:45 +0000 (15:12 +0200)
The new parser now returns AST nodes instead of a "compiled" store lookup
operator. The old parser is still in place unmodified and currently still in
use.


No differences found