aboutsummaryrefslogtreecommitdiff
path: root/clc.cc
AgeCommit message (Collapse)Author
2014-09-27Added argument and tree export mode to frontendAdrian Kummerlaender
* arguments are managed through boost::program_options * default continues to be the REPL * "--tree" argument switches from calculation to tree export * "--input" may be used to pass terms to be evaluated via CLI arguments ** disables REPL
2013-10-19Added simple input loop to clcAdrian Kummerländer
2013-09-27Modified Makefile to generate shared libraryAdrian Kummerländer
* library is called libSimpleParser.so * parser was renamed to clc * test and clc are using the shared library