DrRataplan / whynot.js

Generic VM-based formal language matching framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whynot.js Build Status devDependency Status

Generic VM-based formal language matching framework, inspired by http://swtch.com/~rsc/regexp/

This library implements a VM able to execute programs aimed at matching formal languages. It does so by considering all possible branches in parallel. This could be used to efficiently implement many types of language matching, including regular expressions and XML schemas. Furthermore, the program could be set up to record its progress through both the input and the language's grammar. This enables giving feedback on why a given input does not match the grammar rules in some way.

For an example showing how this library can be used, see Examples.tests.js in the test suite.

About

Generic VM-based formal language matching framework

License:MIT License


Languages

Language:JavaScript 99.2%Language:HTML 0.8%