ardoises / formalisms

Useful formalisms for Ardoises
MIT License
0 stars 2 forks source link

Operator and expression formalisms, grammar generation and lexical analysis, general documentation #2

Open LGabAnnell opened 6 years ago

LGabAnnell commented 6 years ago

This pull request includes

Operator and expression formalisms

Our current, non-working ( :/ ) solution for operator and expression formalisms

Grammar generation

Grammar generation for expression parsing, based on LPeg (parser.lua)

General documentation and benchmarks

LPeg vs LulPeg benchmarksd

Article about the current solutions + presentation