kanghyojun on 0.7.0
kanghyojun on master
Release 0.7.0 Version bump (compare)
kanghyojun on maintenance-0.7
fix indent Release 0.7.0 Version bump (compare)
kanghyojun on master
fix indent (compare)
kanghyojun on maintenance-0.7
kanghyojun on master
Version bump Move organization to nirum-lang Merge pull request #112 from qr… and 3 more (compare)
kanghyojun on use-werkzeug-request
kanghyojun on use-werkzeug-request
Get werkzeug.request first (compare)
kanghyojun on use-werkzeug-request
find_namespace:
옵션이
include
에 들어가는 값이 네임스페이스이기만 해도 되고
spoqa/nirum
...
stringLiteral
이 "
나 u"
로 감싸게 되어있어서 니름에서 여러줄 문서 쓰면 깨지지 않을까요
{[int64]: text}
이런타입도 가능해서
>>> Map([(List([1,2]), 2)])
nirum.datastructures.Map({nirum.datastructures.List([1, 2]): 2})
딱히 안되는 것도 아니군요