|
06af1623a8
|
fixed errors
|
2020-12-29 11:42:16 +08:00 |
|
|
1990486cc2
|
started expression checking
|
2020-12-29 11:31:00 +08:00 |
|
|
a9827da70b
|
moved nac3type to nac3core
|
2020-12-29 10:33:21 +08:00 |
|
|
94ea2c7a9d
|
fixed assumption bug
|
2020-12-29 09:43:49 +08:00 |
|
|
422b92f686
|
use slice for function parameters
|
2020-12-28 16:26:10 +08:00 |
|
|
0200ea1458
|
formatting
|
2020-12-28 16:00:02 +08:00 |
|
|
75183c39fd
|
virtual class tests
|
2020-12-28 15:58:28 +08:00 |
|
|
87dd0ee3cb
|
more tests
|
2020-12-28 15:03:57 +08:00 |
|
|
929b7e1d92
|
inference and tests
|
2020-12-28 14:33:18 +08:00 |
|
|
7f09596bcb
|
primitives and some lifetime issue
|
2020-12-28 13:15:46 +08:00 |
|
|
81f4be60c7
|
start adding primitives
|
2020-12-28 12:45:35 +08:00 |
|
|
fd3e1d4923
|
implemented inference
rc nightmare...
|
2020-12-28 11:06:32 +08:00 |
|
|
fa02dc8271
|
implementing inference
|
2020-12-26 11:45:57 +08:00 |
|
|
0bca238642
|
init type checking module
|
2020-12-24 16:06:16 +08:00 |
|
|
dd29ae251a
|
nac3embedded: compilation demo
|
2020-12-19 16:23:12 +08:00 |
|
|
75bd9b9a15
|
nac3embedded: ast storage
|
2020-12-19 15:29:39 +08:00 |
|
|
aa8b4e2305
|
nac3embedded: parse
|
2020-12-19 00:52:06 +08:00 |
|
|
b79d8ad640
|
nac3embedded: basic source extraction
|
2020-12-18 23:45:09 +08:00 |
|
|
703059adab
|
nac3standalone: renames
|
2020-12-18 22:35:59 +08:00 |
|
|
947a528656
|
libnac3 -> nac3core
|
2020-12-18 10:18:21 +08:00 |
|
|
8558d41cd8
|
pyo3 demo
|
2020-12-18 10:09:35 +08:00 |
|
|
06d2fbd25c
|
split off standalone compiler
|
2020-12-17 22:20:30 +08:00 |
|
|
c54e5994d7
|
update dependencies
|
2020-12-17 21:50:47 +08:00 |
|
|
d7ded27def
|
add shell.nix
|
2020-11-10 20:39:25 +08:00 |
|
|
d538988e5a
|
use clang for demo
|
2020-11-10 20:39:17 +08:00 |
|
|
f0d331c35a
|
update all dependencies, switch to LLVM 10
|
2020-11-10 20:34:26 +08:00 |
|
|
858cc65daa
|
update inkwell
|
2020-11-09 21:36:41 +08:00 |
|
|
c964481a2f
|
rm interpreter mandelbrot
|
2020-03-30 22:49:30 +08:00 |
|
|
a351f6279a
|
mandelbrot demo
|
2020-03-30 22:47:45 +08:00 |
|
|
1eac097706
|
add simple output function
|
2020-03-30 22:30:32 +08:00 |
|
|
2fae28eb70
|
implement unary operators
|
2020-03-30 22:10:06 +08:00 |
|
|
052ea8d98a
|
support break
|
2020-03-30 19:12:31 +08:00 |
|
|
ef01a86c2f
|
support while loop
|
2020-03-30 18:23:32 +08:00 |
|
|
43bc7392ff
|
support boolean constants
|
2020-03-30 18:23:20 +08:00 |
|
|
aecf24c857
|
support if/then/else
|
2020-03-30 17:33:01 +08:00 |
|
|
38cdab01cb
|
run LLVM passes
|
2020-03-30 16:58:44 +08:00 |
|
|
8e9bd3df04
|
print IR
|
2020-03-30 16:19:49 +08:00 |
|
|
f9dbf68875
|
use alloca for variables
|
2020-03-30 16:19:35 +08:00 |
|
|
c5efa615a2
|
implement division
|
2020-03-30 12:34:38 +08:00 |
|
|
056b9631a0
|
implement numerical casts
|
2020-03-30 12:01:12 +08:00 |
|
|
ea699fb46f
|
support numerical comparisons
|
2020-03-29 16:56:07 +08:00 |
|
|
37f7140bb8
|
support numerical constants
|
2020-03-29 15:13:08 +08:00 |
|
|
a43c7b8d4f
|
support assignments
|
2020-03-29 14:10:06 +08:00 |
|
|
05ac6fa2c1
|
read input from file
|
2020-03-29 13:27:00 +08:00 |
|
|
10fd4d3c27
|
report unbound identifier errors
|
2020-03-29 12:20:40 +08:00 |
|
|
befd01b240
|
implement simple expressions and return statement
|
2020-03-29 12:12:08 +08:00 |
|
|
69ed23ee00
|
improve error messages
|
2020-03-28 15:12:12 +08:00 |
|
|
f9a56c7d8f
|
compile statements (WIP)
|
2020-03-27 23:47:40 +08:00 |
|
|
8b7b012b27
|
improve error reporting
|
2020-03-27 16:54:49 +08:00 |
|
|
894bbca38e
|
add some types
|
2020-03-27 16:54:41 +08:00 |
|