float.l

来自「lex files for given decription used as 」· L 代码 · 共 11 行

L
11
字号
%{ #include<stdio.h>%}%%[0-9]*[.][0-9]+ printf("%s is float number",yytext);[0-9]+ printf("%s is not a float number",yytext);[.]+ printf("%s is not a valid input",yytext);%%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?