pca006132
52dc112410
unification table: modified conversion impl
...
from UnificationTable<Rc<RefCell<T>> <==> UnificationTable<T>
to UnificationTable<Rc<T>> <==> UnificationTable<T>
2021-08-03 12:35:58 +08:00
CrescentonC
d4807293b0
clean up unused variabls and comments
2021-08-03 10:41:52 +08:00
CrescentonC
d4721db4a3
not creating temp for borrow, more concise code
2021-08-03 09:45:39 +08:00
CrescentonC
a7e3eeea0d
add primitive magic method support; change from TypeEnum::TObj { fields: Mapping<String>, ..} to TypeEnum::TObj {fields: RefCell<Mapping<String>>, .. } for interior mutability
2021-08-02 17:36:37 +08:00
CrescentonC
f7bbc3e10d
Merge branch 'hm-inference' into hm-inference_anto
2021-08-02 11:33:36 +08:00
CrescentonC
7e0d55443a
better structured primitive magic methods impl
2021-08-02 11:28:05 +08:00
pca006132
197a72c658
added comment
2021-07-30 16:43:25 +08:00
pca006132
eba92ed8bd
added method to get all instantiations
2021-07-30 16:32:50 +08:00
CrescentonC
b87c627c41
updated with field in the test environment
2021-07-30 15:46:57 +08:00
CrescentonC
ae79533cfd
Merge remote-tracking branch 'origin/hm-inference' into hm-inference_anto
2021-07-30 15:41:53 +08:00
CrescentonC
9983aa62e6
add primitive magic methods
2021-07-30 15:40:14 +08:00
pca006132
7ad8e2d81d
cleanup some error reporting code
2021-07-30 13:50:46 +08:00
pca006132
743a9384a3
added rigid type variable
2021-07-30 11:28:27 +08:00
pca006132
f2c5a9b352
added location -> call mapping
...
This allows code generation module to get function instantiation
parameter directly.
2021-07-30 11:01:11 +08:00
ychenfo
09e76efcf7
start adding primitive magic methods
2021-07-29 15:36:19 +08:00
pca006132
832513e210
new is_concrete type check
2021-07-28 17:25:19 +08:00
pca006132
f665ea358b
fixed fold
2021-07-28 10:44:58 +08:00
pca006132
e15473d2c9
fixed pattern matching
2021-07-27 14:39:53 +08:00
pca006132
5f0490cd84
added virtual test
2021-07-27 11:58:35 +08:00
pca006132
1d13b16f94
updated function check
2021-07-26 16:00:29 +08:00
pca006132
8d0856a58d
added documentation
2021-07-26 14:38:18 +08:00
pca006132
bf31c48bba
fixed missing unification
2021-07-26 14:20:47 +08:00
Sebastien Bourdeauducq
0941de9ee1
Revert "shell.nix: set LLVM_SYS_100_PREFIX. Closes #4 "
...
This reverts commit 53ebe8d8b2
.
2021-07-26 12:29:16 +08:00
pca006132
8618837816
fixed range unification
2021-07-26 12:00:06 +08:00
Sebastien Bourdeauducq
53ebe8d8b2
shell.nix: set LLVM_SYS_100_PREFIX. Closes #4
2021-07-24 09:31:24 +08:00
pca006132
d7df93bef1
fixed range check
2021-07-23 17:22:05 +08:00
pca006132
d140164a38
fixed virtual unification
2021-07-23 16:19:00 +08:00
pca006132
ddcf4b7e39
refactored typedef
2021-07-23 15:57:37 +08:00
pca006132
88c45172b2
basic check for use-before-def
2021-07-22 17:07:49 +08:00
pca006132
c315227a28
init function check
2021-07-22 15:36:37 +08:00
pca006132
d484fa1e5c
added return type check
2021-07-22 11:49:00 +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
4f81690128
modified occur check
2021-07-21 16:10:11 +08:00
pca006132
b3d849ea7a
list test
2021-07-21 16:06:06 +08:00
pca006132
3e03398d9b
obj test
2021-07-21 15:59:01 +08:00
pca006132
2f5c3b3cb7
more cleanup and started adding tests
2021-07-21 15:36:35 +08:00
pca006132
25ff24a320
modified interface
2021-07-21 14:24:46 +08:00
pca006132
0296844d5f
cleanup
2021-07-21 13:28:05 +08:00
pca006132
e95bfe1d31
added statements
2021-07-20 16:56:04 +08:00
pca006132
bc9b453b3e
function call implementation
2021-07-20 16:13:43 +08:00
pca006132
fa31e8f336
fold listcomp
2021-07-20 13:45:17 +08:00
pca006132
22455e43ac
lambda fold
2021-07-20 11:47:19 +08:00
pca006132
016166de46
skeleton done
2021-07-19 17:26:51 +08:00
pca006132
eb4b2bb7f6
refactored using constrain
...
to allow easier modification later with subtyping
2021-07-19 17:05:48 +08:00
pca006132
e732f7e089
removed integer encoding
2021-07-19 16:51:58 +08:00
pca006132
d4b85d0bac
expression type inference (WIP)
2021-07-19 13:35:01 +08:00
pca006132
c913fb28bd
use signed integer for TSeq
2021-07-19 13:34:45 +08:00
pca006132
f51603f6da
cleanup
2021-07-19 09:52:25 +08:00
pca006132
d67407716c
function unification...
2021-07-16 15:55:52 +08:00
pca006132
f4121b570d
added documentation
2021-07-16 14:34:52 +08:00