File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ New language features
4
4
---------------------
5
5
6
6
* JuliaSyntax.jl is now used as the default parser, providing better diagnostics and faster
7
- parsing. Set environment variable ` JULIA_USE_NEW_PARSER ` to ` 0 ` to switch back to the old
7
+ parsing. Set environment variable ` JULIA_USE_FLISP_PARSER ` to ` 1 ` to switch back to the old
8
8
parser if necessary (and if you find this necessary, please file an issue) ([ #46372 ] ).
9
9
* ` ⥺ ` (U+297A, ` \leftarrowsubset ` ) and ` ⥷ ` (U+2977, ` \leftarrowless ` )
10
10
may now be used as binary operators with arrow precedence. ([ #45962 ] )
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ function __init__()
604
604
_require_world_age[] = get_world_counter ()
605
605
# Prevent spawned Julia process from getting stuck waiting on Tracy to connect.
606
606
delete! (ENV , " JULIA_WAIT_FOR_TRACY" )
607
- if get_bool_env (" JULIA_USE_NEW_PARSER " , true ) === true
607
+ if get_bool_env (" JULIA_USE_FLISP_PARSER " , false ) === false
608
608
JuliaSyntax. enable_in_core! ()
609
609
end
610
610
nothing
You can’t perform that action at this time.
0 commit comments