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

Can you write an example for a Luau parser? #148

Closed
Shadowblitz16 opened this issue Oct 12, 2023 · 2 comments
Closed

Can you write an example for a Luau parser? #148

Shadowblitz16 opened this issue Oct 12, 2023 · 2 comments

Comments

@Shadowblitz16
Copy link

Shadowblitz16 commented Oct 12, 2023

Can you write an example for a Luau parser?

The reason why I pick luau is that..

  • it's based on lua which is lightweight
  • it has a type system
  • it has generics
  • it has unions
  • it has intersections
@Shadowblitz16
Copy link
Author

#149

@benjamin-hodgson
Copy link
Owner

I am not familiar with Luau. I certainly don't have time to write an example for every language out there, especially since production languages tend to be complex and have lots of syntactic surface area.

If you feel there's something specific missing from what's already out there (eg there's something you don't quite understand and want a more careful explanation) I can try to address that but I won't be adding this example myself. I'd accept a contribution.

@benjamin-hodgson benjamin-hodgson closed this as not planned Won't fix, can't repro, duplicate, stale Oct 31, 2023
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

2 participants