Looking over the LPeg docs I do not see a way to have alternatives(OR)
http://www.inf.puc-rio.br/~roberto/lpeg
e.g., a | b will match a or b. Am I missing something?
|
Looking over the LPeg docs I do not see a way to have alternatives(OR) http://www.inf.puc-rio.br/~roberto/lpeg e.g., a | b will match a or b. Am I missing something? |
|||
|
Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
From the documentation you linked to, we can read that Something like the following should work (but I'm no LuaTeX expert).
Probably |
|||||||||||||||||
|