https://github.com/JuliaLang/julia/blob/master/src/julia-parser.scm https://github.com/JuliaLang/julia/blob/master/src/julia-syntax.scm
;-) In all seriousness, the language definition is still somewhat organic, and has some grammar rules which would be challenging to formalize. It's not that it isn't possible, but no one has taken it upon themselves to do it, nor will it likely happen in the near future (unless you would like to!). Cheers! Kevin On Wed, Jan 22, 2014 at 3:47 AM, <[email protected]> wrote: > Is there a formal specification of grammar and semantics of the core Julia > language that I can use to determine the exact behavior of a Julia program > or reimplement the language? If not, what is the reference?
