summaryrefslogtreecommitdiff
path: root/frontend/ast_printer.ml
Commit message (Expand)AuthorAgeFilesLines
* Clean up & comment a bit.Alex Auvolat2014-07-151-17/+3
* Changes to parser ; EDD optimisations ; test cases.Alex Auvolat2014-07-031-12/+13
* Adapt for real type with Apron ; not very efficient ATM.Alex Auvolat2014-07-011-0/+3
* Begin implementation of EDD ; SCA implemented.Alex Auvolat2014-06-251-8/+1
* Not much. Still does not work very well.Alex Auvolat2014-06-201-1/+1
* Did most of the boring stuff. Now, work on the abstract domain.Alex Auvolat2014-06-191-0/+4
* Do some typing ; support multiple pre in abstract interpretation.Alex Auvolat2014-06-191-0/+12
* Add gilbreath suite ; booleans are not represented in a good way.Alex Auvolat2014-06-181-1/+1
* Some abstract interpretation does something now.Alex Auvolat2014-06-171-1/+1
* Write transformation of program into logical formula.Alex Auvolat2014-06-171-3/+3
* Add AST for logical formula.Alex Auvolat2014-06-171-1/+2
* Begin of new interpret with more imperative concepts. Scope activation 'n stuff.Alex Auvolat2014-06-131-5/+5
* Move a lot of things.Alex Auvolat2014-06-131-0/+1
* Parse activate blocks.Alex Auvolat2014-06-131-22/+41
* Working prototype for an interpret ! But very messy.Alex Auvolat2014-06-121-10/+28
* Parse type groups.Alex Auvolat2014-06-111-4/+12
* Make code cleanerAlex Auvolat2014-06-111-54/+84
* Initial commit: parser for tiny subset of SCADE language...Alex Auvolat2014-06-111-0/+177