diff modules/parser.tp @ 252:004946743678

Added code for building a method symbol table
author Michael Pavone <pavone@retrodev.com>
date Sat, 10 May 2014 19:11:01 -0700
parents b76f683d076e
children 03a07e540b9f
line wrap: on
line diff
--- a/modules/parser.tp	Fri Apr 11 22:29:32 2014 -0700
+++ b/modules/parser.tp	Sat May 10 19:11:01 2014 -0700
@@ -12,6 +12,7 @@
 		byte_length <- { _len }
 		string <- {
 			if: _needsflat? {
+				_needsflat? <- false
 				_flat <- _base from: _start withLength: _len
 			}
 			_flat