Skip to content

Commit

Permalink
#19 [debt] Added better syntax exceptions, added and used tafka walke…
Browse files Browse the repository at this point in the history
…r with listener to implement text and asmik emit (#20)
  • Loading branch information
vityaman authored Feb 12, 2024
2 parents 72f3139 + 4328d63 commit a12a31e
Show file tree
Hide file tree
Showing 56 changed files with 1,433 additions and 1,059 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ requires = ["poetry"]
build-backend = "poetry.masonry.api"

[tool.ruff]
line-length = 70
line-length = 80
indent-width = 4
target-version = "py312"

Expand Down
21 changes: 20 additions & 1 deletion sleepy/asmik/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
from .emit import AsmikUnit, asmik_emit
from sleepy.asmik.argument import Integer, Register
from sleepy.asmik.data import IntegerData
from sleepy.asmik.instruction import (
Addi,
Addim,
Andb,
Brn,
Divi,
Hlt,
Instruction,
Load,
Muli,
Orb,
Remi,
Slti,
Stor,
Xorb,
)

from .unit import AsmikUnit
Loading

0 comments on commit a12a31e

Please sign in to comment.