v0.10.0
What's Changed
- As for ListIterator's TypeErrorList, the culprit must be the entire list by @ichiban in #193
- accept a period as an atom by @ichiban in #195
- renamed copy for exception's underlying term by @ichiban in #194
- A circular list is not a list. by @ichiban in #198
- fix number_chars/2 by @ichiban in #199
- Safer atomics usage by @guregu in #208
- remove one of the duplicated definitions of maplist/2. by @ichiban in #211
- add call_nth/2 by @ichiban in #209
- fix boundary checking error for arg/2 (Thanks to @rosbit) by @ichiban in #214
- Fix integer power by @ichiban in #215
- refactor: less memory allocation in parser.go by @ichiban in #221
- make errors' Imp_def a term representing a context by @ichiban in #225
- overhaul lexer/parser according to the ISO standard. by @ichiban in #227
- fix exceptions for write-option variable_names/2 by @ichiban in #220
- Fix length by @ichiban in #217
- overhaul write_term/3 by @ichiban in #228
- Conformity Testing I: Syntax by @ichiban in #230
Full Changelog: v0.9.1...v0.10.0