Conversation
…negative results
…de in the future Refactored the lexer's namespaces and organization, and added a bunch of useful directories that will have code in them in the near future.
Remove useless comments from to-be-implemented lexer interfaces (#49) and updated the security policy. Signed-off-by: Matthew
Reorganized and renamed some items in both the RSML API (toolchain) and SDK (extensibility) to allow for a better organization.
Added several tests for all counting methods, including extra test methods for `CountWhile`.
This was changed because extension blocks look cleaner, when there's more than one extension method per type. If one type only has one extension method and it doesn't need the additional behaviors of extension blocks, it's best to use a static extension method.
… interface to a better namespace Also suppressed a minor code style issue, which does not affect functionality.
…n empty or out of range
Taking a small break cuz brain hurts. sorry Signed-off-by: Matthew Refs: #60
… of the line There was a bug where `CountUntilEndOfLine` would not count correctly when at the last line and it did not contain any newline characters. Signed-off-by: Matthew Refs: #60
… some methods Some methods didn't make it clear whether EOF was accepted and what the conventions were. Now fixed. Signed-off-by: Matthew Refs: #21
…re tests for it Added a few more tests for said method, to make sure it's working, even with the recently introduced features. Signed-off-by: Matthew Refs: #60
Improved tests for checking whether an out of range index or line number ends in an error-throwing operation. Signed-off-by: Matthew Refs: #60
Improved the overall feel of the light theme, by making the sidebar slightly darker and adding a version of the "article" alert for light mode. Signed-off-by: Matthew Refs: #21
Updated the documentation for RSML's .NET API. Signed-off-by: Matthew Refs: #21
This includes getting rid of IBufferReader and instead having an IStream because Buffer implies a seekable and indexable region of memory.
Compared the string buffer with the span buffer. Benchmark currently running.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This project is being archived.