Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
mag-core
Commits
4acbde5e
Commit
4acbde5e
authored
Oct 02, 2019
by
Tobias WEBER
Browse files
small bugfix
parent
d318f06c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/cli/clilexer.l
View file @
4acbde5e
...
...
@@ -14,8 +14,9 @@
%}
integer [0-9]+
real (([0-9]+\.?[0-9]*)|(\.[0-9]+))
sign [-+]
integer {sign}?[0-9]+
real {integer}(\.[0-9]*)?|{sign}?\.[0-9]+
%%
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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