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

Support list syntax in lexer and parser #127

Merged
merged 14 commits into from
May 4, 2024
Merged

Support list syntax in lexer and parser #127

merged 14 commits into from
May 4, 2024

Conversation

MaksimShagov
Copy link
Collaborator

No description provided.

compiler/lib/ast/node.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
@MaksimShagov
Copy link
Collaborator Author

@vla5924 предварительно посмотри, какие деревья получаются. Скажи что можно поправить

compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
@MaksimShagov MaksimShagov self-assigned this Apr 30, 2024
@MaksimShagov MaksimShagov marked this pull request as ready for review April 30, 2024 08:22
compiler/tests/frontend/parser.cpp Outdated Show resolved Hide resolved
compiler/tests/frontend/parser.cpp Outdated Show resolved Hide resolved
@vla5924 vla5924 changed the title List support in lexer and parser Support list syntax in lexer and parser May 1, 2024
compiler/include/compiler/frontend/lexer/token_types.hpp Outdated Show resolved Hide resolved
compiler/lib/frontend/parser/parser.cpp Outdated Show resolved Hide resolved
compiler/lib/frontend/parser/parser.cpp Outdated Show resolved Hide resolved
compiler/lib/frontend/parser/parser.cpp Outdated Show resolved Hide resolved
compiler/lib/frontend/parser/parser.cpp Fixed Show resolved Hide resolved
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show fixed Hide fixed
compiler/lib/frontend/parser/parser.cpp Fixed Show resolved Hide resolved
@MaksimShagov MaksimShagov requested a review from vla5924 May 2, 2024 17:52
Copy link
Member

@vla5924 vla5924 left a comment

Choose a reason for hiding this comment

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

с пивом пойдет

compiler/lib/frontend/parser/parser.cpp Outdated Show resolved Hide resolved
Copy link
Member

@vla5924 vla5924 left a comment

Choose a reason for hiding this comment

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

нажми Update branch, Enable auto-merge

@MaksimShagov MaksimShagov enabled auto-merge (squash) May 3, 2024 14:38
@vla5924 vla5924 linked an issue May 3, 2024 that may be closed by this pull request
@MaksimShagov MaksimShagov merged commit aa25b1f into main May 4, 2024
10 checks passed
@MaksimShagov MaksimShagov deleted the arrays branch May 4, 2024 07:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Extend language: arrays
3 participants