Skip to content

albertcui/kawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5e709d · Dec 18, 2014
Dec 17, 2014
Dec 17, 2014
Dec 15, 2014
Dec 17, 2014
Dec 17, 2014
Dec 17, 2014
Dec 17, 2014
Dec 17, 2014
Dec 18, 2014
Dec 17, 2014
Dec 18, 2014
Dec 17, 2014
Dec 17, 2014
Dec 18, 2014
Dec 17, 2014
Dec 18, 2014

Repository files navigation

kAWK "kay-awk" (formerly: GAWK)

The Testing Language

Team members:

  • Albert Cui (System Architect)
  • Karen Nan (Project Manager/Testing and Validation)
  • Michael Raimi (Testing and Validation/Language Guru)
  • Mei-Vern Then (System Architect/Language Guru)

To build and clean up:

make

make clean

Test suite (in test program):

./test_suite.sh

Pretty printer:

./pretty testprogram.k

Code generator:

./code_gen testprogram.k

To see output from any program, include a input redirect:

./code_gen < testprogram.k