Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First version of partial evaluator: support for +,-,* operators and associative rules #528

Merged
merged 25 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
fa5bb05
First commit for partial evaluator.
jeshecdom Jun 28, 2024
aae1dd0
Finished associative rule 3. Refactored Rule type into an interface. …
jeshecdom Jul 2, 2024
4533de6
Merge branch 'partial_evaluator'. Resolved conflicts in constEval. Ad…
jeshecdom Jul 2, 2024
34970cb
Added jest test cases for partial evaluator.
jeshecdom Jul 4, 2024
a109d38
Merge branch 'main' of https://github.com/tact-lang/tact
jeshecdom Jul 4, 2024
99b687f
Fixes for the linter, spell checker, and code prettifier.
jeshecdom Jul 4, 2024
2688771
Fixed another linter problem.
jeshecdom Jul 4, 2024
9e871ca
Merge branch 'main' of https://github.com/tact-lang/tact
jeshecdom Jul 5, 2024
bd89e02
Merge branch 'main' into partial_evaluator
jeshecdom Jul 5, 2024
cdb7cb2
Fixed compilation errors after merge.
jeshecdom Jul 5, 2024
15998a5
Merge branch 'main' into partial_evaluator
jeshecdom Jul 5, 2024
bfb37af
Fixed problems pointed out by linter and prettier.
jeshecdom Jul 5, 2024
648f188
- Changed all `Ref` in parameters for `Loc`. (https://github.com/tact…
jeshecdom Jul 5, 2024
0426245
fixes due to linter and prettier.
jeshecdom Jul 5, 2024
e207389
Merge branch 'main' of https://github.com/tact-lang/tact
jeshecdom Jul 5, 2024
82a9873
Merge branch 'main' into partial_evaluator
jeshecdom Jul 5, 2024
45289f8
- Added try/catch in switch of eqExpressions in ast.ts.
jeshecdom Jul 12, 2024
8d7b977
Merge branch 'main' of https://github.com/tact-lang/tact
jeshecdom Jul 12, 2024
0c77158
Merge branch 'main' into partial_evaluator
jeshecdom Jul 12, 2024
9405f98
Forgot to add test cases for initOf.
jeshecdom Jul 12, 2024
e10a838
Fixed problems indicated by knit.
jeshecdom Jul 12, 2024
8991852
- Moved `isValue` to ast.ts.
jeshecdom Jul 15, 2024
2ebd128
Merge branch 'main' of https://github.com/tact-lang/tact
jeshecdom Jul 15, 2024
4204dc0
Merge branch 'main' into partial_evaluator
jeshecdom Jul 15, 2024
607da81
Fixed compilation error after merge with main.
jeshecdom Jul 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading