]> hydra-www.ietfng.org Git - dyna2/commit
Some frontend work
authorNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Thu, 8 Nov 2012 23:56:08 +0000 (18:56 -0500)
committerNathaniel Wesley Filardo <nwf@cs.jhu.edu>
Thu, 8 Nov 2012 23:56:08 +0000 (18:56 -0500)
commiteba150f62dbf3849d2864a78797f4e6cad7d6d7a
tree92972a87a9f06be359c9ccdca4e8b4bd4a00341f
parent8bb10d1088e0f36f6b50449bd7ed3fd236ee799f
Some frontend work

Add a special arm to the parser for numerics, and preserve this into the
next representation.  This is not perfect, it is just a start.

A better first pass at Dyna.Analysis.NormalizeParse.  (Though despite the
existence of a Selftest module, there are actually no tests present yet.)

While here, do some refactoring; hopefully things are better than before.
README
dyna.cabal
src/Dyna/Analysis/NormalizeParse.hs [new file with mode: 0644]
src/Dyna/Analysis/NormalizeParseSelftest.hs [new file with mode: 0644]
src/Dyna/NormalizeParse.hs [deleted file]
src/Dyna/ParserHS/Parser.hs
src/Dyna/ParserHS/Selftest.hs