mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-04 15:34:19 +01:00
* rpn: bump to rpnlib 0.24.1 - `i` and `u` suffixes for numbers in expressions, parse as Integer or Unsigned respectively - `checkedTo...()` method variants for numeric conversions - strings can contain escape sequences (\x61\x62\x63, \n, \t, \r) - improve float number parsing - more consistent whitespace checks, tokens also can be separated by \n or \t - various parser fixes * fix captures