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
Commits
1fbee7c0
Commit
1fbee7c0
authored
Oct 19, 2018
by
andreas.fried
Browse files
Add example from slides as lexer testcase.
parent
2264c0ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
lexer/example.mj
0 → 100644
View file @
1fbee7c0
void method(int a) { return -42; }
\ No newline at end of file
lexer/example.mj.out
0 → 100644
View file @
1fbee7c0
void
identifier method
(
int
identifier a
)
{
return
-
integer literal 42
;
}
EOF
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment