Skip to content

Commit

Permalink
feat: Move local implemention for AST to ASTx
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab committed Apr 22, 2024
1 parent b43bc97 commit 5eb3b5a
Show file tree
Hide file tree
Showing 13 changed files with 221 additions and 1,523 deletions.
2 changes: 1 addition & 1 deletion examples/average.arx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
fn average(x, y):
return (x + y) * 0.5;
return (x + y) * 1;
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ packages = [
[tool.poetry.dependencies]
python = "^3.10"
pyyaml = ">=4"
astx = "0.9.1"
pyirx = "1.1.0"
astx = "0.11.*"
pyirx = "1.2.*"

[tool.poetry.group.dev.dependencies]
pytest = ">=7"
Expand Down
278 changes: 0 additions & 278 deletions src/arx/ast.py

This file was deleted.

Loading

0 comments on commit 5eb3b5a

Please sign in to comment.