Skip to content

danield09/AWK_Interpreter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 

Repository files navigation

AWK Interpreter

  • Can read files written in AWK, its input data, and output the corresponding results.
  • This Project was done for ICSI-311 Principles of Programming Languages at the University at Albany.
  • These files have a majority of the code:
    • Lexer
    • Parser
    • Interpreter
    • The other files are used to help these 3 main files.

About

Interpreter for AWK, written in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages