peytonk132 / FortIDE

This is a simple Fortran-deidcated IDE im making. This is the Reddit post kind of describing the things I want to do and a run down of who I am: https://www.reddit.com/r/AskProgramming/comments/1c0bat6/making_a_simple_ide_for_fortran
Other
5 stars 2 forks source link

Where's the Antlr code? #3

Closed kaby76 closed 1 month ago

kaby76 commented 1 month ago

The branch https://github.com/peytonk132/FortIDE/tree/with-antlr doesn't contain any code that refers to Antlr (mkdir temp; cd temp; git clone https://github.com/peytonk132/FortIDE.git; cd FortIDE; git checkout with-antlr; rm -rf .git; grep . -R -i -e antlr; echo $?). There's no driver, no runtime, nothing related to Antlr. I looked in the main branch as well.

Please commit and push the code so I can reproduce the errors you were seeing (https://github.com/antlr/antlr4/issues/4674).

peytonk132 commented 1 month ago

Sorry about that, I don't know what happened there. I pushed it to the with-antlr. All should be there except the antlr4-runtime.lib. The antlr4-runtime.dll file should bein the x64/Debug folder. The runtime headers are in the mainfunc/antlr-runtime and the .h and .cpp files should be in the F90Files.