Skip to content

AJSteinhauser/TinyCLexcer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Packages

 
 
 

Contributors