diff options
author | Benedikt Böhm <bb@xnull.de> | 2009-05-20 14:26:05 +0200 |
---|---|---|
committer | Benedikt Böhm <bb@xnull.de> | 2009-05-20 14:26:05 +0200 |
commit | 614065172ad58893fa2eab25fdfe25d1aa21a483 (patch) | |
tree | 86ddaec0087132349c36327c9d2aff9b091fffb5 /src/front/TODO | |
parent | ad57a52ac92e0745a0006897374357d449189293 (diff) | |
download | swppy-614065172ad58893fa2eab25fdfe25d1aa21a483.tar.gz swppy-614065172ad58893fa2eab25fdfe25d1aa21a483.tar.xz swppy-614065172ad58893fa2eab25fdfe25d1aa21a483.zip |
remove symbol table from lexer
Diffstat (limited to 'src/front/TODO')
-rw-r--r-- | src/front/TODO | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/front/TODO b/src/front/TODO new file mode 100644 index 0000000..ae28350 --- /dev/null +++ b/src/front/TODO @@ -0,0 +1,5 @@ +lexer: +====== +- convert to StringIO +- lexical errors (p. 139) + |