Skip to content

Commit efd5ef0

Browse files
committed
erts: Add re:import/1 and export option to re:compile
1 parent d68a819 commit efd5ef0

File tree

9 files changed

+750
-54
lines changed

9 files changed

+750
-54
lines changed

erts/emulator/beam/atom.names

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ atom existing_processes
302302
atom existing_ports
303303
atom existing
304304
atom exiting
305+
atom export
305306
atom exports
306307
atom extended
307308
atom external
@@ -603,6 +604,7 @@ atom public
603604
atom queue_size
604605
atom raw
605606
atom re
607+
atom re_exported_pattern
606608
atom re_pattern
607609
atom re_run_trap
608610
atom read_concurrency

erts/emulator/beam/bif.tab

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,3 +833,4 @@ bif erl_debugger:peek_xreg/3
833833
# New in 28.1.
834834
#
835835
bif erts_debug:unaligned_bitstring/2
836+
bif re:import/1

0 commit comments

Comments
 (0)