summaryrefslogtreecommitdiff
path: root/src/wasm/parsing.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor code out of parsing.h NFC. (#3635)Alon Zakai2021-03-011-0/+141
Most of it goes in a new parsing.cpp. One method was only used in the s-expression's parser, and has been moved there.