mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Implemented and tested Toy_String, read more
Strings are needed for the handling of identifiers in the key/value variable storage, so I've got them working first. I used the rope pattern, which seems to be quite an interesting approach. I'll add comparison checks later. Adjusted how buckets are handled in all tests, could've been an issue down the line. Added the build instructions to README.md.
This commit is contained in:
10
README.md
10
README.md
@@ -26,7 +26,15 @@ This repository holds the reference implementation for Toy version 2.x, written
|
||||
|
||||
## Building
|
||||
|
||||
*Omitted for review.*
|
||||
Supported platforms are: `linux-latest`, `windows-latest`, `macos-latest`, using [GitHub's standard runners](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories).
|
||||
|
||||
To build the library, run `make source`.
|
||||
|
||||
To build the library and repl, run `make repl`.
|
||||
|
||||
To build and run the test cases, run `make tests`.
|
||||
|
||||
To build and run the test cases under gdb, run `make tests-gdb`.
|
||||
|
||||
## Tools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user