Skip to content

Commit

Permalink
Deflate project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-sprenger committed Oct 2, 2024
1 parent 88cd13a commit 4b57dcc
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,7 @@
res2 = eval_arith_expr(tree2, env)
var_assign_str = ", ".join(f"{var}={val}" for var, val in env.items())
print(f"{arith_expr2} evaluates to {res2} when using {var_assign_str}")

arith_expr3 = "5 / 5 - 3 * 6"
tree3 = parsefun(arith_expr3)
eval_arith_expr(tree3,{})
9 changes: 0 additions & 9 deletions larktools/LICENSE.txt

This file was deleted.

21 changes: 0 additions & 21 deletions larktools/README.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b57dcc

Please sign in to comment.