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

Add readonly and const Parsing in ts2mls #153

Closed
wants to merge 11 commits into from

Conversation

NeilKleistGao
Copy link
Member

@NeilKleistGao NeilKleistGao commented Nov 24, 2022

Related Issue: #134

@NeilKleistGao
Copy link
Member Author

NeilKleistGao commented Nov 28, 2022

I wonder if types like mut string acceptable. I made some changes in NewParser.scala because I found that we can do like this in OCaml:

val x : int ref = {contents = 42}

@NeilKleistGao
Copy link
Member Author

We will continue to work on this PR after this syntax's implementation:

class Foo { x: T; mut y: S; ... }

@NeilKleistGao NeilKleistGao deleted the mut branch August 30, 2023 02:03
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.

1 participant