Brent M. Spell
Results
1
issues of
Brent M. Spell
``` defmodule Unparsable do use Neotomex.ExGrammar @root true define :root, "[^a]*" end Unparsable.parse("pɪˈkɑːn") ``` This code raises the following error: ``` ** (MatchError) no match of right hand side value:...