Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return NodeValues from ARCH chunks. | Harald Eilertsen | 2020-11-26 | 1 | -14/+24 |
| | |||||
* | Get back to where we were. | Harald Eilertsen | 2020-11-26 | 1 | -19/+24 |
| | | | | | | Only, now the root_chunk parser will return the value it has parsed, so it can be used outside of the parser. Not used for anything other than printing the information for now, though. | ||||
* | A somewhat new start. | Harald Eilertsen | 2020-11-26 | 2 | -39/+97 |
| | | | | | | Split the file into chunks (with their payload) to begin with. This way it will be easier to parse each chunk separately. At least that's the idea. Let's see how it goes. | ||||
* | Drop no longer needed function. | Harald Eilertsen | 2020-11-25 | 1 | -6/+0 |
| | |||||
* | Drop terminating null byte from node value tags. | Harald Eilertsen | 2020-11-25 | 1 | -15/+15 |
| | | | | No longer needed after cmstring strips the null terminator. | ||||
* | Print the node values we know of yet. | Harald Eilertsen | 2020-11-25 | 1 | -0/+3 |
| | |||||
* | Refactor parsing of ARCH chunks and add docs. | Harald Eilertsen | 2020-11-25 | 1 | -16/+38 |
| | |||||
* | Discard terminating null-bytes at end of strings. | Harald Eilertsen | 2020-11-24 | 1 | -6/+6 |
| | |||||
* | Initial commit. | Harald Eilertsen | 2020-11-23 | 1 | -0/+363 |
Experimenting with reading Cubase project files using the nom parser library for Rust. |