Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape syntax #50

Open
PuppyPi opened this issue May 23, 2021 · 0 comments
Open

Escape syntax #50

PuppyPi opened this issue May 23, 2021 · 0 comments

Comments

@PuppyPi
Copy link

PuppyPi commented May 23, 2021

Is there a complete reference on the escape syntax supported by caos? :3

Eg, weird things sometimes supported by languages (namely C), like

\n
\r

\a
\b

\0
\021 (base 8 octal!)
\x4F (base 16 hex)

(I'm also largely putting this here so it gets turned into test cases someday XD )

And note that these things might use different escape syntaxes!
• CAOS String Literals
• CAOS Char-syntax Integer Literals
• OUTX
• Catalogue files
• PRAY Template (Source) Files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant