Servostar / gemstone

Gemstone programming language compiler (GSC)
GNU General Public License v2.0
3 stars 0 forks source link

Read source from file #4

Closed SirTalksalot75 closed 4 months ago

SirTalksalot75 commented 5 months ago

Provide functionality to use a file specified as command line parameter as source for Lex/Yacc

Example usage: gsc program.gem (Will read program.gem in cwd and compile)

Servostar commented 5 months ago

Don't forget to add proper checks for the case when input files are missing!

SirTalksalot75 commented 4 months ago

resolved," PullRequest #25 "