mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
feat: add Dimension
and unit
module
This commit is contained in:
parent
82848c10d6
commit
4651a383ae
16 changed files with 392 additions and 10 deletions
|
@ -1,6 +1,5 @@
|
|||
unsound = import "unsound"
|
||||
|
||||
# TODO: exception: Exception
|
||||
unsound.pyexec("""
|
||||
def try_(p, exc=lambda _: None, els=lambda: None, fin=lambda: None):
|
||||
__result = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue