Golf 210 released
- Added new "error-line" and "error-char" clauses in JSON parsing (json-doc statement) to produce the line number and the character within the line where error in parsing was detected.
- Fixed a build bug with missing 'stub_xml.o' file. This file is a part of upcoming XML parsing support and plays no role currently, but it prevented the build from being completed.
- Fixed issue with maximum length of source code line, which should be approx 8K.
- Added debian apt package build support (debian/control etc.)