asprfc 1.0 FILELIST

asp_rfc.h                -> header file that containing some C and bison declarations
asp_rfc.C                -> C file that containing main()
scanner_asp_rfc.l        -> the asp-core scanner lexical file
parser_asp_rfc.y         -> the asp-core bison grammar file
scanner_asp_rfc.C        -> helper file for the asp-core scanner
Makefile                  -> the makefile to compile and build binary aspcore
parser_checker.pl         -> script for launching aspcore on multiple programs
README                    -> instructions file
