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

haven't handled expr variant Lit #102

Open
dargonforce opened this issue Mar 16, 2021 · 0 comments
Open

haven't handled expr variant Lit #102

dargonforce opened this issue Mar 16, 2021 · 0 comments

Comments

@dargonforce
Copy link

Papyrus is unable to resolve literals. When you enter a literal like true, 21, or "papyrus rocks" you get the following error

haven't handled expr variant Lit. Raise a request here https://github.com/kurtlawrence/papyrus/issues

you can of course bind these to a variable, and then call the variable name, and they display just fine. You can use literals in more complex expressions, for instance true.to_string() or 9 + 10 gives exactly what you would expect.

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