Skip to content

fla-t/intrptr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compiler construction project

instructions on building

make file is already created and it works.

  • On a Linux machine, just run ( make or sudo make ) and the target executable will be created in bin.
  • now the run the executable present in the build and pass the location for the file as argument.
  • the program will display the mapping made by the lexer.

There is also tasks.json and launch.json which can compile on a windows machine with g++.exe

  • on Windows machine, just run the default build task through vscode.
  • a windows executable will be created at bin folder.
  • pass the test file through command line.

About

A simple interpreter ❤️

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors