Skip to content
This repository was archived by the owner on Jul 29, 2021. It is now read-only.

Commit 06a73b7

Browse files
committedApr 25, 2021
little mistake
1 parent d44d621 commit 06a73b7

File tree

3 files changed

+4
-49
lines changed

3 files changed

+4
-49
lines changed
 

‎.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
*.out
2828
*.app
2929

30-
.dropbox.attr
31-
.vscode
32-
.idea
30+
**.dropbox.attr
31+
**.vscode
32+
**.idea

‎fir/.vscode/settings.json

-45
This file was deleted.

‎fir/fir_scanner.l

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ SPACE [ \t\r\n]
4444

4545

4646
/*EPILOGUE*/
47-
"<<"{SPACE}*"{" return tEPILOGUE;
47+
">>"{SPACE}*"{" return tEPILOGUE;
4848

4949
/*DEFAULT RETURN*/
5050

0 commit comments

Comments
 (0)
This repository has been archived.