-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmisc.txt
More file actions
39 lines (35 loc) · 743 Bytes
/
misc.txt
File metadata and controls
39 lines (35 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
==================
Comments
==================
/* Comment
still
*/ UPDATE FILE '' DELETE 1
# Comment
CREATE FILE 'a--b#c##d'
WITH CONTENT '''
/* content */
a -- content --
b # content #
'''
---
(source_file
(comment)
(update_command
(singlefile_clause
(string
(single_quoted_string)))
(update_delete_region_clause
(region_field
(marker_or_segment
(marker
(line_matcher
(line_base
(number))))))))
(comment)
(create_command
(singlefile_clause
(string
(single_quoted_string)))
(content_literal
(string
(multi_line_string)))))