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

Py slang test #29

Merged
merged 6 commits into from
Apr 12, 2024
Merged

Py slang test #29

merged 6 commits into from
Apr 12, 2024

Conversation

hyizhak
Copy link
Contributor

@hyizhak hyizhak commented Apr 11, 2024

Added tests in src/tests/parser.test.ts for big int, n-base number and other behaviors in the spec

Copy link
Contributor

@Fidget-Spinner Fidget-Spinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one cleanup comment

src/index.ts Outdated
Comment on lines 144 to 147
console.log(tokens)
const pyParser = new Parser(script, tokens)
const ast = pyParser.parse()
console.log(ast)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove these.

@Fidget-Spinner
Copy link
Contributor

Tests broke, can you fix them please?

@JJtan2002 JJtan2002 merged commit ef683df into main Apr 12, 2024
4 checks passed
@JJtan2002 JJtan2002 deleted the py-slang-test branch April 15, 2024 16:18
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

Successfully merging this pull request may close these issues.

3 participants