Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler-Principles-2024-Spring

  • exp_code for compiler principles lesson.
  • source

How to Use(New)

Right click the "SETUP.bat" with "run as adminstrator"

alt text

Select "Add Graphviz to the system PATH for current user"

Click "RUN.bat" and enter your code in the window

alt text

Click Render

result will be shown in a few seconds

How to Use

Install Make on Ubuntu
$ sudo apt update

check is make installed

$ make -version

after run this command, you got the following error?

  • bash: /usr/bin/make: No such file or directory

then follow with the next step, otherwise skip the next commands

$ sudo apt install make

Troubleshooting's?

Install Make on Mac

check is make installed

$ make -version

after run this command, you got the following error?

  • zsh: command not found: make

then follow with the next step, otherwise skip the next commands

$ (sudo) brew install make
Install Make on Windows

Follow this Guide https://sp21.datastructur.es/materials/guides/make-install.html#windows-installation

  • go to the downloaded/ cloned folder with your terminal/ powershell (windows) and run the following command
$ make start

How to input the code

Modify the following file: Data/raw_code.txt

About

My code for the compiler lesson

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages