Skip to content

Commit 17f99bc

Browse files
authored
enable JuliaSyntax parser for user code in juliac (#57777)
This was an oversight.
1 parent 744e03d commit 17f99bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/juliac-buildscript.jl

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ task.rngState3 = 0x3a77f7189200c20b
1717
task.rngState4 = 0x5502376d099035ae
1818
uuid_tuple = (UInt64(0), UInt64(0))
1919
ccall(:jl_set_module_uuid, Cvoid, (Any, NTuple{2, UInt64}), Base.__toplevel__, uuid_tuple)
20+
if Base.get_bool_env("JULIA_USE_FLISP_PARSER", false) === false
21+
Base.JuliaSyntax.enable_in_core!()
22+
end
2023

2124
# Patch methods in Core and Base
2225

0 commit comments

Comments
 (0)