mptz / lark

Lark Programming Language
MIT License
0 stars 0 forks source link

Audit utility library for additional tests #29

Open mptz opened 5 years ago

mptz commented 5 years ago

Some things in src/util/ are pretty well-tested (like the hash tables) but some don't have tests at all. Audit the library and open issues for each new test we need to create.

mptz commented 5 years ago

Note: some of these utilities (base64, SHA) have tests in the original Hatchwork codebase I ported them over from... check there first before writing anything new.