Discussion:
[julia-dev] What are the lexer and parsar used by julia?
p***@gmail.com
2016-10-18 02:16:05 UTC
Permalink
I don't find any lex and bison code in julia source code. Could anybody
show me what lexer and parser are used in julia implementation?
Yichao Yu
2016-10-18 02:19:01 UTC
Permalink
Post by p***@gmail.com
I don't find any lex and bison code in julia source code. Could anybody
show me what lexer and parser are used in julia implementation?

src/*.scm
Isaiah Norton
2016-10-18 19:47:29 UTC
Permalink
See also: https://github.com/JuliaLang/JuliaParser.jl
(not used in base, yet, but used in several tooling packages)
Post by p***@gmail.com
Post by p***@gmail.com
I don't find any lex and bison code in julia source code. Could anybody
show me what lexer and parser are used in julia implementation?
src/*.scm
Loading...