X-Git-Url: http://nitlanguage.org diff --git a/lib/nitcc_runtime.nit b/lib/nitcc_runtime.nit index a09bc3c..cfddec3 100644 --- a/lib/nitcc_runtime.nit +++ b/lib/nitcc_runtime.nit @@ -15,6 +15,8 @@ # Runtime library required by parsers and lexers generated by nitcc module nitcc_runtime +import serialization + # A abstract parser engine generated by nitcc abstract class Parser # The list of tokens @@ -303,6 +305,8 @@ end # A position into a input stream # Used to give position to tokens class Position + serialize + var pos_start: Int var pos_end: Int var line_start: Int