Skip to content

Commit e1aaec5

Browse files
committed
Conversion from Expr and JuliaSyntax bump
1 parent 982199f commit e1aaec5

File tree

7 files changed

+785
-28
lines changed

7 files changed

+785
-28
lines changed

src/JuliaLowering.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ using JuliaSyntax: highlight, Kind, @KSet_str
1313
using JuliaSyntax: is_leaf, children, numchildren, head, kind, flags, has_flags, numeric_flags
1414
using JuliaSyntax: filename, first_byte, last_byte, byte_range, sourcefile, source_location, span, sourcetext
1515

16-
using JuliaSyntax: is_literal, is_number, is_operator, is_prec_assignment, is_prefix_call, is_infix_op_call, is_postfix_op_call, is_error, is_dotted
16+
using JuliaSyntax: is_literal, is_number, is_operator, is_prec_assignment, is_prefix_call, is_infix_op_call, is_postfix_op_call, is_error
1717

1818
_include("kinds.jl")
1919
_register_kinds()
@@ -32,6 +32,7 @@ _include("runtime.jl")
3232
_include("syntax_macros.jl")
3333

3434
_include("eval.jl")
35+
_include("compat.jl")
3536

3637
_include("hooks.jl")
3738

0 commit comments

Comments
 (0)