Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
uymgg
mjtest-tests
Commits
1fbee7c0
Commit
1fbee7c0
authored
Oct 19, 2018
by
andreas.fried
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add example from slides as lexer testcase.
parent
2264c0ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
lexer/example.mj
lexer/example.mj
+1
-0
lexer/example.mj.out
lexer/example.mj.out
+13
-0
No files found.
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