Skip to content

Commit

Permalink
Add erl_scan
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Gonet <[email protected]>
  • Loading branch information
jakub-gonet committed Oct 15, 2024
1 parent 3776a08 commit ea0519a
Show file tree
Hide file tree
Showing 9 changed files with 2,779 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ also non string parameters (e.g. `Enum.join([1, 2], ",")`
can be written directly to a buffer.
- Support for `erlang:list_to_integer/2`
- Add `externalterm_to_term_copy` that can be safely used from NIFs taking temporary buffers
- Add stub of `erl_features` and copy `erl_scan`, `erl_anno` modules from OTP

### Changed

Expand Down
3 changes: 3 additions & 0 deletions libs/estdlib/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ set(ERLANG_MODULES
calendar
code
crypto
erl_anno
erl_features
erl_scan
erts_debug
gen_event
gen_server
Expand Down
Loading

0 comments on commit ea0519a

Please sign in to comment.