https://github.com/antlr/grammars-v4
In the above repo there is a bunch of antlr4 syntax definitions are languages but no Julia folder.
Is anyone aware of an antlr4 syntax file for Julia?
https://github.com/antlr/grammars-v4
In the above repo there is a bunch of antlr4 syntax definitions are languages but no Julia folder.
Is anyone aware of an antlr4 syntax file for Julia?
I donāt think Julia has a syntax standard like C++ etc. the Julia syntax uses its official implementation as āstandardā, but I remember @thautwarm wrote a BNF for Julia syntax before.
Sorry, Roger⦠I think youād mean the authors of Intellij-Juliaā¦
I cannot write a BNF for Julia. Itās too hard
I am new to the parser subject. Currently looking into ANTLR for a project I want to do in Julia. But no Julia support. Have people used ANTLR/Python and pycall to get it back into the julia-sphere?