OpenCores
URL https://opencores.org/ocsvn/sc2v/sc2v/trunk

Subversion Repositories sc2v

[/] [sc2v/] [trunk/] [src/] [sc2v_step2.l] - Diff between revs 27 and 28

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 27 Rev 28
Line 93... Line 93...
":"                     /* ignore */
":"                     /* ignore */
"#include"              includefound = 1;
"#include"              includefound = 1;
"//"                    if (!multilinecomment) linecomment = 1;
"//"                    if (!multilinecomment) linecomment = 1;
"/*"                    if (!linecomment) multilinecomment = 1;
"/*"                    if (!linecomment) multilinecomment = 1;
"*/"                    if (multilinecomment) multilinecomment = 0;
"*/"                    if (multilinecomment) multilinecomment = 0;
"/"                     /* ignore */
 
"-"
"-"
"#"
[.:~@#^!%/+*_"&""?""|""\\"]
"@"
 
"|"
 
"~"
 
"_"
 
"?"
 
"¿"
 
 
 
"("[ ]*"sc_uint"[ ]*"<"[ ]*[0-9]+[ ]*">"[ ]*")"
"("[ ]*"sc_uint"[ ]*"<"[ ]*[0-9]+[ ]*">"[ ]*")"
"("[ ]*"sc_biguint"[ ]*"<"[ ]*[0-9]+[ ]*">"[ ]*")"
"("[ ]*"sc_biguint"[ ]*"<"[ ]*[0-9]+[ ]*">"[ ]*")"
"("[ ]*"sc_int"[ ]*"<"[ ]*[0-9]+[ ]*">"[ ]*")"
"("[ ]*"sc_int"[ ]*"<"[ ]*[0-9]+[ ]*">"[ ]*")"
"("[ ]*"sc_bigint"[ ]*"<"[ ]*[0-9]+[ ]*">"[ ]*")"
"("[ ]*"sc_bigint"[ ]*"<"[ ]*[0-9]+[ ]*">"[ ]*")"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.