Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Carlos2396/Interpreter
https://github.com/Carlos2396/Interpreter
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Carlos2396/Interpreter
- Owner: Carlos2396
- Created: 2019-04-22T15:30:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T18:39:35.000Z (over 5 years ago)
- Last Synced: 2024-04-24T16:41:45.673Z (9 months ago)
- Language: C
- Size: 2.72 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
- AwesomeInterpreter - Interpreter
README
Carlos Augusto Amador Manilla A01329447
Angel Roberto Ruiz Mendoza A01324489Compiladores
Final Proyect
Compilation instructions
Execute the following command to compile the project:
$ make compileTo compile with debug flags use the following command:
$ make compile FLAGS="FLAG_1 FLAG_2"Available debug compilation flags
-D_PRINT_PARSE_TRACE
-D_PRINT_SYMBOL_TABLES
-D_PRINT_SYNTAX_TREES
-D_PRINT_FUN_CALLSTo run the program, set the path to the text file as parameter:
$ ./interpeter.out tests/test.txt