Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Not necessary an issue/maybe a bug  #30

@SpiralBL0CK

Description

@SpiralBL0CK

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.
Screenshot from 2020-10-03 22-10-26
Screenshot from 2020-10-03 22-09-19

//////////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+

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions