Skip to content

Commit

Permalink
Add z80 asm grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
mingodad committed Aug 28, 2023
1 parent 7ca0811 commit 297a4db
Show file tree
Hide file tree
Showing 5 changed files with 1,686 additions and 1 deletion.
1 change: 1 addition & 0 deletions playground/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ const sampleList = [
["Textdiagram parser", "textdiagram.g", "test.textdiagram", "ace/mode/text"],
["Pikchr parser", "pikchr.g", "test.pikchr", "ace/mode/text"],
["Minic parser", "minic.g", "test.minic", "ace/mode/c_cpp"],
["Z80 assembler parser", "z80-asm.g", "test.z80-asm", "ace/mode/assembly_x86"],
["Peg parser (partially working)", "peg.g", "test.peg", "ace/mode/yaml"],
["LPegrex parser (partially working)", "lpegrex.g", "test.lpegrex", "ace/mode/yaml"],
["CocoR parser (partially working)", "cocor.g", "test.cocor", "ace/mode/yaml"],
Expand Down
2 changes: 1 addition & 1 deletion playground/parsertl_playground.js

Large diffs are not rendered by default.

Binary file modified playground/parsertl_playground.wasm
Binary file not shown.
Loading

0 comments on commit 297a4db

Please sign in to comment.