aspcore 1.0 FILELIST

asp_core.h                -> header file that containing some C and bison declarations
asp_core.C                -> C file that containing main()
scanner_asp_core.l        -> the asp-core scanner lexical file
parser_asp_core.y         -> the asp-core bison grammar file
scanner_asp_core.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
