created files

Added lexer.g4 and syntatic.g4 grammar files
This commit is contained in:
Mandeep Moun
2025-09-19 21:25:34 -06:00
parent 56b06cc1a9
commit e75d3e5797
6 changed files with 26 additions and 0 deletions

9
.idea/CPSC-499.iml generated Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>