aboutsummaryrefslogtreecommitdiff
path: root/src/utils/vm.H
AgeCommit message (Collapse)AuthorFilesLines
2013-06-27Add small Lisp evaluator for the benefit of new GUI.dos-reis1-372/+0
2012-02-03 * config/open-axiom.m4 (OPENAXIOM_ALIGNAS_SPECIFIER): New.dos-reis1-31/+113
(OPENAXIOM_CHECK_MISC): Use it. src/ * utils/vm.H: Add more VM data structures. * utils/vm.cc (BasicContext::make_operator): Define. * algebra/Makefile.in (SPADFILES): Include syntax.spad and spad-parser.spad.
2011-11-07 * utils/vm.H: Redefine value representation.dos-reis1-76/+97
2011-09-13 * utils/Makefile.in (libOpenAxiom_HEADERS): Include vm.H.dos-reis1-0/+269
(libOpenAxiom_SOURCES): Include vm.cc * utils/vm.cc: New. * utils/vm.H: Likwise.