-
Notifications
You must be signed in to change notification settings - Fork 0
AJSteinhauser/TinyCLexcer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Project 3
To compile code
make
To execute program on hello world program
make run
To execute on custom TinyC program (x86_64 code is directed to terminal output)
./bin/bison.out < [CUSTOM_INPUTFILE_.C]
# Project 2
To compile bison code:
make bison
To execute bison parser on hello world program
make runbison
To execute parser on custom TinyC program
./bin/bison.out < [CUSTOM_INPUTFILE_.C]
Project 2 is a partner project by:
AJ Steinhauser
Sol Park
# Project 1
To compile lexer code:
make lex
To execute lexer on hello world program
make runlex
To execute lexer on custom TinyC program
./bin/scanner.out <file.c>
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published