UNPKG
tree-sitter-frisc
Version:
latest (1.0.0)
1.0.0
FRISC grammar for tree-sitter
github.com/lukamac/tree-sitter-frisc
lukamac/tree-sitter-frisc
tree-sitter-frisc
/
corpus
/
comments.txt
19 lines
(14 loc)
•
243 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
=================
Comments
=================
;
This
is
a
comment
;
This
is
a
comment
ADD
R0,
R0,
R0
;
Comment
---
(source_file
(comment)
(comment)
(alu_operation
(register)
(register)
(register))
(comment)
)