LeastFixedPoint / wave-dice-robot

Automatically exported from code.google.com/p/wave-dice-robot
0 stars 0 forks source link

Use custom splitting instead of grammar-based parsing #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Grammar-based parsing (at least the one using java-parser-tools) is too 
heavyweight for current needs. Need to split the string through basic Java 
for now (until we have more complex parsing needs).

Original issue reported on code.google.com by shooshpa...@gmail.com on 8 Nov 2009 at 12:12

GoogleCodeExporter commented 9 years ago
antlr?

Original comment by trent.ba...@gmail.com on 8 Nov 2009 at 6:14

GoogleCodeExporter commented 9 years ago
It's even more heavyweight :) Though we'll probably need one of full-fledged 
parsers 
for implementing Issue 17.

Original comment by shooshpa...@gmail.com on 8 Nov 2009 at 12:55