Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Anders Nilsson
OwlCompiler
Commits
4fc6b400
Commit
4fc6b400
authored
May 28, 2007
by
Anders Nilsson
Browse files
Added token for a question mark (?)
parent
c57982da
Changes
2
Hide whitespace changes
Inline
Side-by-side
siaras/Siaras.jjt
View file @
4fc6b400
...
...
@@ -241,6 +241,7 @@ SPECIAL_TOKEN : /* COMMENTS */
|
<
END_TAGS
:
"/>"
>
|
<
S_QUOTE
:
"\'"
>
|
<
HASH
:
"#"
>
|
<
QUESTIONMARK
:
"?"
>
//
|
<
BANG
:
"!"
>
//
|
<
TILDE
:
"~"
>
//
|
<
HOOK
:
"?"
>
...
...
siaras/SkillserverInterface.jrag
View file @
4fc6b400
...
...
@@ -33,6 +33,8 @@ aspect SkillserverInterface {
return super.getIndividual(id);
}
}
}
aspect Misc {
...
...
Write
Preview
Supports
Markdown
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