Benoit Chevallier-Mames
|
8f3e461e3b
|
fix: docstring following google conventions
refs #122
|
2021-08-11 18:11:56 +02:00 |
|
Umut
|
fe9ab2d21d
|
feat(compilation): create compilation artifacts and provide a way to export them in a textual format
|
2021-08-11 10:26:54 +03:00 |
|
Umut
|
56556a85e9
|
feat(representation): create lookup table wrapper to be used during tracing direct table lookups
|
2021-08-10 12:42:38 +03:00 |
|
Arthur Meyre
|
73f21c79a6
|
dev: add a function to check that a program is an actual integer program
|
2021-08-03 18:53:09 +02:00 |
|
Arthur Meyre
|
be391ca388
|
chore: remove reference to package name and file paths
- avoids desync with the package name and file paths (which are unstable)
|
2021-08-02 13:01:52 +02:00 |
|
Benoit Chevallier-Mames
|
1196b00c6b
|
feat(debugging): implementing draw_graph
draw_graph is the function to show on a plot the traced function-to-compile
add edge numbers
refs #38
|
2021-07-30 11:00:35 +02:00 |
|
Arthur Meyre
|
b45944b66a
|
dev(ir): add the basis for the frontend IR
- add IntermediateNode base class
- add Add
- add Input
|
2021-07-26 17:05:53 +02:00 |
|
Arthur Meyre
|
063b2db9db
|
feat(data-types): add skeleton of data types, add an Integer type
- add convenience functions to instantiate Integer
- add tests for the basic functions of integers
|
2021-07-26 17:05:53 +02:00 |
|