while writing custom grammar got dharma to crash.Maybe a possible bug.I will attach a ss with the code and the crashpoint.Will also provide source to custom grammar.


//////////source code
%section% := value
definition :=
"hello" +!array!
setProperty :=
!new_array!
!new_array!.prototype.slice.call( %range%(0-32767), +common:intoverflow+ );
!array!.prototype.slice.call( %range%(0-32767), +common:intoverflow+ );
!new_array!.prototype.slice.call( !new_array!.length, +common:intoverflow+ );
!array!.prototype.slice.call( !array!.length, +common:intoverflow+ );
wrapper :=
try { +setProperty+ } catch (e) {} \n
stuff :=
world
mom
dad
number :=
+common:intoverflow+
%section% := variable
array :=
var @array@ = [];
dict :=
try { var @dict@ = {}; } catch(e) {}
new_array :=
var @new_array@ = new Array((Math.random() & @new_array@.length) | 0)
property :=
var @Property@ = "+common:character+"
%section% := variance
main :=
Object.defineProperty(!dict!,!property!,{value: +number+});
Object.defineProperty(!array!,!property!,{value: +number+});
Object.defineProperty(!dict!,!property!,{value: +number+});
Object.defineProperty(!array!,!property!,{value: +number+});
+wrapper+
+wrapper+
+wrapper+
+wrapper+
while writing custom grammar got dharma to crash.Maybe a possible bug.I will attach a ss with the code and the crashpoint.Will also provide source to custom grammar.


//////////source code
%section% := value
definition :=
"hello" +!array!
setProperty :=
!new_array!
!new_array!.prototype.slice.call( %range%(0-32767), +common:intoverflow+ );
!array!.prototype.slice.call( %range%(0-32767), +common:intoverflow+ );
!new_array!.prototype.slice.call( !new_array!.length, +common:intoverflow+ );
!array!.prototype.slice.call( !array!.length, +common:intoverflow+ );
wrapper :=
try { +setProperty+ } catch (e) {} \n
stuff :=
world
mom
dad
number :=
+common:intoverflow+
%section% := variable
array :=
var @array@ = [];
dict :=
try { var @dict@ = {}; } catch(e) {}
new_array :=
var @new_array@ = new Array((Math.random() & @new_array@.length) | 0)
property :=
var @Property@ = "+common:character+"
%section% := variance
main :=
Object.defineProperty(!dict!,!property!,{value: +number+});
Object.defineProperty(!array!,!property!,{value: +number+});
Object.defineProperty(!dict!,!property!,{value: +number+});
Object.defineProperty(!array!,!property!,{value: +number+});
+wrapper+
+wrapper+
+wrapper+
+wrapper+