Skip to content

Escaped chars#132

Merged
Champii merged 8 commits intodevelopfrom
escaped_zero_char
Jun 21, 2022
Merged

Escaped chars#132
Champii merged 8 commits intodevelopfrom
escaped_zero_char

Conversation

@Champii
Copy link
Copy Markdown
Owner

@Champii Champii commented Jun 20, 2022

No description provided.

@Champii Champii added the bug Something isn't working label Jun 20, 2022
@Champii Champii self-assigned this Jun 20, 2022
@Champii
Copy link
Copy Markdown
Owner Author

Champii commented Jun 20, 2022

There is still a bug with "\\" that prints \\ instead of \

@Champii Champii linked an issue Jun 20, 2022 that may be closed by this pull request
@Champii Champii marked this pull request as ready for review June 20, 2022 23:49
@Champii
Copy link
Copy Markdown
Owner Author

Champii commented Jun 21, 2022

Need doc

@Champii Champii merged commit 9f4e3ff into develop Jun 21, 2022
@Champii Champii deleted the escaped_zero_char branch June 21, 2022 19:11
Champii added a commit that referenced this pull request Jun 26, 2022
* Bump version

* Update README to show the right version of llvm

* Add the self returning method with `@->`

* Add tests for self returning function

* Add an embryo of documentation with mdbook

* Documentation

* Fix doc about struct

* Doc

* Add \0 as escaped char and generalize escaped char parsing (#125)

* Add \0 as escaped char and generalize escaped char parsing

* Inline parser variable in parse_char method

* Readme

* Readme

* Escaped chars (#132)

* Add \0 as escaped char and generalize escaped char parsing

* Inline parser variable in parse_char method

* Better unescaped handling

* Fix escaped backslack and add tests

* Restored string unescape

* Fixed the `\0` escaped char

* Doc

* Introducing default trait methods (#128)

* Introducing default trait methods

* Allow for empty impl

* Readme

* Add tests

* Allow for default method overriding

* Add tests for default method overriding

* Doc

* Fix dot notation newline (#140)

* Fix dot notation

by restricting newline in dot notation when parsing an argument

* Readme

* Struct fields are no more reordered. (#138)

* Struct fields are no more reordered.

* Removed comment

* Removed some old readme entry

* Submodule parser errors (#137)

* Subparser now fails when error

* Transformed the module declaration error to failure

* Fixed the diagnostic in submodule not showing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow for escaped zero character \0

1 participant