Skip to content
Snippets Groups Projects
Commit c449803b authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Merge branch 'fix/grammar' into 'develop'

Fix grammar for real numbers

See merge request !139
parents e4775a4d d2237b82
No related branches found
No related tags found
1 merge request!139Fix grammar for real numbers
...@@ -46,7 +46,7 @@ struct real ...@@ -46,7 +46,7 @@ struct real
>, >,
opt< exponent > opt< exponent >
>, >,
seq< plus< digit, exponent > > seq< plus< digit > , exponent >
>{}; >{};
struct escaped_c : one< '\'', '"', '?', '\\', 'a', 'b', 'f', 'n', 'r', 't', 'v' > {}; struct escaped_c : one< '\'', '"', '?', '\\', 'a', 'b', 'f', 'n', 'r', 't', 'v' > {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment