28 skills found
javacc / JavaccJavaCC - a parser generator for building parsers from grammars. It can generate code in Java, C++ and C#.
xuri / XgenXSD (XML Schema Definition) parser and Go/C/Java/Rust/TypeScript code generator
waxeye-org / WaxeyeWaxeye is a parser generator based on parsing expression grammars (PEGs). It supports C, Java, JavaScript, Python, Racket, and Ruby.
xlate / StaediStAEDI - Streaming API for EDI: Java library featuring a reader/parser, writer/generator, and validation
mvallim / Emv QrcodeJava Based EMV QR Code Generator and Parser (MPM, CPM)
azam / UlidjULID (Universally Unique Lexicographically Sortable Identifier) generator and parser for Java.
cederberg / GrammaticaGrammatica is a C# and Java parser generator (compiler compiler)
pfmiles / Dropincc.javaA small and easy to use parser generator. Specify your grammar in pure java and compile dynamically. Especially suitable for DSL creation in java.
zhong-j-yu / RekexPEG parser generator for Java 17 - grammar as algebraic datatypes
protostuff / Protostuff CompilerProtobuf parser, java code and documentation generator
berke / AurochsAurochs is a parser generator that uses the parse expression grammar (PEG) or "packrat" approach. It takes a grammar in a BNF-like notation (a .peg file) and produces bytecode (a .nog file) for a stack automaton. This bytecode is later interpreted on the input to parse using a C library. Bindings are given for Ocaml, Java and Exascript.
ldthomas / Apg JavaJava APG - an ABNF Parser Generator written entirely in Java.
ultimate-pa / JavacupJava Cup Parser Generator
onnlucky / JmetaA Java based OMeta parser generator.
yakout / CompilerYADJC (Yet Another Dummy Java Compiler) with Lexical and Parser generators.
kpi-tuke / YajcoYAJCo (Yet Another Java Compiler compiler) is a language parser generator based on annotated model.
dkwakkel / JgcodeJava GCode parser and machine command generator for rs274ngc grammar
lfkdsk / Bnf AstBnf-Ast Generator is a parser generator framework for parsing EBNF syntaxes with Java code. Unlike other EBNF-Parser must write config file (like yacc, flex) , with BNF-AST Generator you can define EBNF Parser in Java Code.
calvinwilliams / OkjsonA small efficient flexible JSON parser/generator for Java
daveshields / JikespgPhilippe Charles's LALR Parser Generator. It was used to build the Eclipse Java compiler, as well as many of IBM's product compilers.