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

Adjust asm parsing to upstream Tact compiler parser #49

Open
novusnota opened this issue Feb 6, 2025 · 0 comments
Open

Adjust asm parsing to upstream Tact compiler parser #49

novusnota opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
tact update tact-lang/tact: features and related updates

Comments

@novusnota
Copy link
Member

For example, the current approach in the tree-sitter-tact follows the older Ohm-based parser that requires the excessive use of spaces (like Fift). We should follow the changed parser in the upstream.

@novusnota novusnota added the tact update tact-lang/tact: features and related updates label Feb 6, 2025
@novusnota novusnota self-assigned this Feb 6, 2025
novusnota added a commit that referenced this issue Feb 7, 2025
Additionally, a lot of choices were made to better accomodate the future
Tact assembly grammar (not in syntax, but in node names and layout) and
facilitate language server use

Closes #49
novusnota added a commit that referenced this issue Feb 7, 2025
Additionally, a lot of choices were made to better accomodate the future
Tact assembly grammar (not in syntax, but in node names and layout) and
facilitate language server use

Closes #49
novusnota added a commit that referenced this issue Feb 7, 2025
Additionally, a lot of choices were made to better accomodate the future
Tact assembly grammar (not in syntax, but in node names and layout) and
facilitate language server use

Closes #49
novusnota added a commit that referenced this issue Feb 8, 2025
Additionally, a lot of choices were made to better accomodate the future
Tact assembly grammar (not in syntax, but in node names and layout) and
facilitate language server use

Closes #49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tact update tact-lang/tact: features and related updates
Projects
None yet
Development

No branches or pull requests

1 participant