Browse Source

Fixed issue #127

Nicolas Petton 12 năm trước cách đây
mục cha
commit
a5f0e6e7b6
2 tập tin đã thay đổi với 2057 bổ sung3004 xóa
  1. 2056 3003
      js/parser.js
  2. 1 1
      js/parser.pegjs

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 2056 - 3003
js/parser.js


+ 1 - 1
js/parser.pegjs

@@ -28,7 +28,7 @@ literalArray   = "#(" ws lits:(lit:literal ws {return lit._value()})* ws ")" {
 		  return smalltalk.ValueNode._new()
                	   	._value_(lits)
                	 }
-dynamicArray   = "{" ws expressions:expressions? ws "}" {
+dynamicArray   = "{" ws expressions:expressions? ws "."? "}" {
 	       	  return smalltalk.DynamicArrayNode._new()
 		        ._nodes_(expressions)
 		  }

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác