- Changed output format of the
ast
command and renamedcontent
anddump
nodes tobytes
. - Change a symbols table formatting and adjust the indices column width to the maximum index width
- Fixed reading dump from file (with
--file
option) and from stdin and enforced String binary encoding
- Added
--hex
flag to print tokens in hexadecimal encoding - Added
-r
/--require
option to load Ruby source file
- Fixed parsing of a Hash with default value
- Fixed parsing of a Regexp with options
Initial release