Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
uqdwn
mjtest-tests
1fbee7c0bb199f50d52ae4e7321a7289656e448d
1fbee7c0bb199f50d52ae4e7321a7289656e448d
Switch branch/tag
mjtest-tests
lexer
example.mj.out
Find file
Normal view
History
Permalink
example.mj.out
81 Bytes
Newer
Older
Add example from slides as lexer testcase.
andreas.fried
committed
Oct 19, 2018
1
2
3
4
5
6
7
8
9
10
11
12
13
void
identifier method
(
int
identifier a
)
{
return
-
integer literal 42
;
}
EOF