Skip to content

vineetb95/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compiler

Top-Down compiler that generates a three address code

Instructions

  • To execute a while script pass the location of the script as a string to the execute function
  • Example => execute "testcases/factorial.txt"
  • The interpreter waits on encountering a read command, for the user to provide the input
  • To provide input on the terminal write the input and press enter
  • On encountering errors like Overflow error, etc. please try running the program again after correcting your while script

About

Top-Down compiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published