Herb-AI / HerbGrammar.jl

Grammars for Herb.jl
https://herb-ai.github.io/
MIT License
0 stars 2 forks source link

Fix empty grammar creation #54

Closed ReubenJ closed 8 months ago

ReubenJ commented 8 months ago

We were just missing some type annotations to force Vectors to be more specific than Vector{Any}.

Closes #53.