Sebastien Bourdeauducq
f8a697e3d4
switch to LLVM 11
2021-08-19 11:14:35 +08:00
pca006132
3dcd846302
added rayon dependency
2021-08-05 14:56:09 +08:00
pca006132
8452579c67
use parking_lot RwLock
...
The std::sync::RwLock is platform dependent, and is unfair on Linux
(may starve writer)
2021-08-03 14:11:41 +08:00
pca006132
d4d12a9d1d
added crossbeam dependency
2021-08-03 12:38:55 +08:00
pca006132
09c9218852
use custom unification table implementation
...
as the ena implementation did not expose the underlying vector store, we
cannot map over it to get a table without Rc<RefCell<T>> so that we can
send it around...
2021-07-22 11:37:29 +08:00
pca006132
0296844d5f
cleanup
2021-07-21 13:28:05 +08:00
pca006132
d4b85d0bac
expression type inference (WIP)
2021-07-19 13:35:01 +08:00
pca006132
62736bd4bf
cleanup: we don't actually need arena
2021-07-16 13:58:02 +08:00
pca006132
d94f25583b
added tests
2021-07-15 16:00:23 +08:00
pca006132
e554737b68
tmp
2021-07-14 08:12:47 +08:00
pca006132
ed04cef431
added symbol resolver...
2021-06-28 14:48:04 +08:00
pca006132
7c9919256c
begin refactoring
2021-06-28 10:49:41 +08:00
Sebastien Bourdeauducq
947a528656
libnac3 -> nac3core
2020-12-18 10:18:21 +08:00