Child pages
  • M1
Skip to end of metadata
Go to start of metadata

Objectives:

Package

  • (tick) Downloadable single .zip file
  • (tick) Command line tool taking .n2 file(s) with grammar as input and producing assembly with parser
  • (tick) Generated assembly contains code that transforms input text into AST, and can output (pretty-print) AST into text file
  • (tick) Can be used from any major .NET language (C#, VB, F#) and, of course, Nemerle

Performance

  • No labels

1 Comment

  1. Some times:

    • xjson is some random one-file json impl from internet, deserializer, strict
    • consoletest is fastJSON library, deserializer, relaxing
    • Json.Grammar is N2 (release build)

    b.json is just one of the examples from json.org, this particular is with "cofaxCDS" in it.