Common Dynamic Parser for Ciencias Formatted Files
-
Updated
Nov 10, 2017 - Haxe
A parser turns its input (often text in form of a file) into a more advantageous representation (usually a certain data structure in memory) to perform a specific task.
Common examples include:
Common Dynamic Parser for Ciencias Formatted Files
A web parser that downloads all the comics from xkcd.com
📜 Agrippa's Trilemma: Parser-based interactive fiction built from the ground up in Java. Expected completion: mid-2020.
A parser that compiles an expression to a function which can be then invoked with a context and locals in order to retrieve the expression’s value.
A parser of my own UMF file format.
An extendable ChordPro parser.