I was following this tutorial for learning how to create a Compiler in c++. But in the tutorial the author created tokens.I
file for lexical analysis.
Can anyone please tell me what is .I
extension used for ??
Thank You
The extension is actually .l
(lowercase L), which is used for a "lex" file.
Intermediate files between the C preprocessor and the C compiler. All macros are expanded here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With