Leonardo de Moura
|
62788a9ca3
|
refactor(kernel): fix terminology: "free_var" is actually a loose bound variable
We represent free variables uisng local constants.
We will fix this terminology too.
|
2018-06-08 13:25:36 -07:00 |
|
Leonardo de Moura
|
2d7b6ed12c
|
chore(library/compiler): remove copy_tag from old compiler
|
2018-06-07 16:28:54 -07:00 |
|
Leonardo de Moura
|
b95e710e8c
|
feat(library/compiler, library/equations_compiler): avoid rec_fn_macro in the equation and bytecode compilers
|
2018-05-31 17:08:12 -07:00 |
|
Leonardo de Moura
|
ada4932507
|
feat(library/compiler): add new cache support to compiler
|
2018-02-21 15:04:20 -08:00 |
|
Leonardo de Moura
|
d6000416f8
|
feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information
We will use this information in the debugger.
|
2016-11-09 16:51:48 -08:00 |
|
Leonardo de Moura
|
b8ea69b3cd
|
fix(library/compiler/reduce_arity): incorrect assertion
|
2016-05-25 14:20:16 -07:00 |
|
Leonardo de Moura
|
de9df69ef6
|
refactor(src): move compiler folder to library
|
2016-05-09 13:28:00 -07:00 |
|