Better Parsing: First Update

Hey!

I have created a tool that is still being worked on for MiniLD51 -Revenge of the Tool Jam. It’s called Better Parsing for Java. This is made for easier data saving to files, and dummy-proofing user input in games. For example: You could ask the user his/her age, and the user replies, “I am 14.” The Better Parsing would read the whole line, and pick out 14 from that String, and convert it to an Integer. With save files, you could save the data “Can Fly = false” and Better parsing could load that String, pick out “false”, and convert it to a Boolean. Right now there are Integers, Booleans, Doubles, and Bytes. I plan on more to come!

I streamed the whole thing, which you can find here.

Have a great day!

– Gandalf1209