d0cd
|
c70c018109
|
Refactor replacer
|
2023-02-10 15:08:23 -08:00 |
|
d0cd
|
a2ca077516
|
Introduce AssignmentRenamer
|
2023-02-10 15:07:58 -08:00 |
|
d0cd
|
c719489659
|
Fix parsing
|
2023-02-10 11:13:18 -08:00 |
|
d0cd
|
d2381767e9
|
Remove greedy inlining
|
2023-02-10 09:47:42 -08:00 |
|
d0cd
|
79bf13ff8e
|
Integrate function inlining into test framework
|
2023-02-10 09:30:43 -08:00 |
|
d0cd
|
31592a9b02
|
Integrate function inlining into compiler
|
2023-02-10 09:30:28 -08:00 |
|
d0cd
|
ccae285408
|
Minor refactors and cleaning
|
2023-02-10 09:07:14 -08:00 |
|
d0cd
|
53cbaa5f96
|
Initial impl of function inling
|
2023-02-10 09:06:26 -08:00 |
|
d0cd
|
3a1f66c6dd
|
Introduce Replacer
|
2023-02-10 09:05:58 -08:00 |
|
d0cd
|
335fb6efcb
|
Update doc to reflect function inlining occuring after flattening
|
2023-02-09 20:26:59 -08:00 |
|
d0cd
|
f7267b3daa
|
Cleanup
|
2023-02-09 19:36:14 -08:00 |
|
d0cd
|
c934bb35b3
|
WIP function inlining
|
2023-02-09 19:36:01 -08:00 |
|
d0cd
|
b3ef6f79c3
|
Add typechecking for inline functions
|
2023-02-08 17:09:17 -08:00 |
|
d0cd
|
b5c22e23ee
|
Remove occurences of 'call_type'
|
2023-02-08 16:37:47 -08:00 |
|
d0cd
|
4e8cd3ce52
|
Add parser support for inline functions
|
2023-02-08 16:37:28 -08:00 |
|
d0cd
|
44e378b84b
|
Rename CallType to Variant
|
2023-02-08 16:32:08 -08:00 |
|
d0cd
|
c71ed3429c
|
Add inline keyword
|
2023-02-08 16:20:07 -08:00 |
|
d0cd
|
afac7b55bc
|
Add more test cases; fmt
|
2023-02-08 11:32:53 -08:00 |
|
d0cd
|
b921f959b4
|
Fmt & clippy
|
2023-02-08 11:32:53 -08:00 |
|
d0cd
|
ef0e455e2b
|
Add support for expected errors
|
2023-02-08 11:32:53 -08:00 |
|
d0cd
|
f0c7314e17
|
Regen expectations
|
2023-02-08 11:32:53 -08:00 |
|
d0cd
|
44eb8ad453
|
Cleanup; add bytecode to expected outputs
|
2023-02-08 11:27:29 -08:00 |
|
d0cd
|
59915ed315
|
Initial implementation of Execute namespace; fmt
|
2023-02-08 11:21:20 -08:00 |
|
d0cd
|
789c2e6443
|
Remove input files from compiler tests
|
2023-02-08 11:18:40 -08:00 |
|
d0cd
|
085f8fbdae
|
Factor out test helpers
|
2023-02-08 11:14:22 -08:00 |
|
d0cd
|
dc92ec36d2
|
Refactor tests to separate directory
|
2023-02-08 11:13:41 -08:00 |
|
d0cd
|
4bb6ceb5ea
|
Update license and clippy
|
2023-02-05 13:43:10 -08:00 |
|
d0cd
|
0a8b41b025
|
Address feedback
|
2023-02-05 12:46:21 -08:00 |
|
d0cd
|
f65ad5dc69
|
Fmt
|
2023-02-05 12:46:21 -08:00 |
|
d0cd
|
5565150f30
|
Regen expectations
|
2023-02-05 12:46:21 -08:00 |
|
d0cd
|
74e358dde6
|
Add test for out of order functions
|
2023-02-05 12:46:21 -08:00 |
|
d0cd
|
e633c62b71
|
Implement post-ordering for functions during code-generation
|
2023-02-05 12:46:21 -08:00 |
|
d0cd
|
f06b83c7f4
|
Implement check for cyclic call graph
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
b17702e019
|
Fix graph init; regen expectations
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
899c12d85a
|
Implement post-order codegen for structs and records
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
a4d76c644a
|
Refactor AST
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
d91233f06e
|
Implement cycle detection for structs and records
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
5e331bbf36
|
Cleanup
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
dd33eb024d
|
Add test
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
940d357c5e
|
Cleanup
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
9edbf0a74e
|
Add tests for graph
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
8b8c7b5c0a
|
Get cycle if toposort fails
|
2023-02-05 12:46:20 -08:00 |
|
d0cd
|
9fbcdfc9f3
|
Add graph data structure
|
2023-02-05 12:46:19 -08:00 |
|
d0cd
|
063cb15d97
|
Reorg common module
|
2023-02-05 12:46:19 -08:00 |
|
ljedrz
|
b20308f049
|
chore: update the license headers (#2252)
Signed-off-by: ljedrz <ljedrz@gmail.com>
|
2023-02-02 14:27:06 -08:00 |
|
d0cd
|
b044b002a7
|
Check that functions cannot output records
|
2023-01-18 12:33:04 -08:00 |
|
Alessandro Coglio
|
5c223460c1
|
[parser] Extend and update some documentation.
|
2023-01-13 20:12:47 -08:00 |
|
Alessandro Coglio
|
1cbea97f27
|
[span] Extend and improve some doc.
|
2023-01-13 20:07:49 -08:00 |
|
dependabot[bot]
|
6df6bb5ef9
|
Bump serde from 1.0.150 to 1.0.152 (#2221)
|
2023-01-03 19:26:07 -08:00 |
|
Collin Chin
|
5a7feb28f7
|
Improve testing infrastructure (#2227)
* wip
* re-enable get_process call for test programs
* remove local tests
* clean up
* remove rust version from cargo.toml
|
2023-01-03 17:51:13 -08:00 |
|