Norman Notation is now a thing. I've defined the data serialization language and written a Java parser for it. I converted my XML game definition parser to Norman Notation and the resulting data looks good so far. Now I need to convert all of my game definitions over to it.
I've done a few so far and they're really easy to write. They do use more lines of code though, which makes them more difficult to read at a glance - we'll see if that's a problem. If so I may need to tweak the Notation definition and parser to allow same-line definitions.
I've done a few so far and they're really easy to write. They do use more lines of code though, which makes them more difficult to read at a glance - we'll see if that's a problem. If so I may need to tweak the Notation definition and parser to allow same-line definitions.
No comments:
Post a Comment