Skip to content

Commit 3a73178

Browse files
Switch to tokenizer
now valgrind is reporting lots of use-after-free errors ??
1 parent b56e0de commit 3a73178

File tree

8 files changed

+9700
-376
lines changed

8 files changed

+9700
-376
lines changed

dev_notes/resources.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Prior art / resources
2+
3+
* <https://github.com/python/cpython/blob/24a2bd048115efae799b0a9c5dd9fbb7a0806978/Objects/longobject.c#L3560>
4+
* <https://github.com/python/cpython/blob/main/Include/cpython/longintrepr.h#L130>
5+
* <https://github.com/python/cpython/blob/main/Include/internal/pycore_long.h#L259>
6+
* <https://github.com/python/cpython/blob/main/Python/pyhash.c#L25>
7+
* <https://cplusplus.com/reference/cmath/>
8+
* <https://pypi.org/project/regex/>
9+
* <http://www.ulisp.com/show?282B>

0 commit comments

Comments
 (0)