
3 May
2023
3 May
'23
6:47 p.m.
sexp_processor version 4.17.0 has been released! * home: <https://github.com/seattlerb/sexp_processor> * rdoc: <http://docs.seattlerb.org/sexp_processor> sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure. Changes: ### 4.17.0 / 2023-05-03 * 2 minor enhancements: * Added Sexp#line_max=. * Will load strict_sexp if $SP_DEBUG is set. * 3 bug fixes: * Sexp#line_max lazy accessor now compacts. * Sexp#new copies line_max if defined. * strict_sexp.rb: #first can take an int arg. Fixed mutator wrappers to pass args.