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

feat(repl): Add support for new declarations. #1044

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

ajnavarro
Copy link
Contributor

@ajnavarro ajnavarro commented Aug 10, 2023

Now the REPL is able to work with Structs, Interfaces, global and local variables, and constants.

repl-extras

How to run it manually:

  • go to gnovm folder
  • run make install
  • execute gno repl

Related issues:


  • Added new tests, or not needed, or not feasible
  • Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory
  • Updated the official documentation or not needed
  • No breaking changes were made, or a BREAKING CHANGE: xxx message was included in the description
  • Added references to related issues and PRs
  • Provided any useful hints for running manual tests
  • Added new benchmarks to generated graphs, if any. More info here.

- Adding support for Structs
- Adding support for Interfaces
- Adding support for consts
- Adding support for global variables

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
@github-actions github-actions bot added the 📦 🤖 gnovm Issues or PRs gnovm related label Aug 10, 2023
@ajnavarro ajnavarro marked this pull request as ready for review August 10, 2023 15:02
@ajnavarro ajnavarro requested a review from a team as a code owner August 10, 2023 15:02
Copy link
Member

@zivkovicmilos zivkovicmilos left a comment

Choose a reason for hiding this comment

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

Looks good 💯

@moul
Copy link
Member

moul commented Aug 10, 2023

Can you add a small example, screenshot or before/after comparison?

@ajnavarro
Copy link
Contributor Author

@moul added a gif with the example tested on unit tests.

@moul moul merged commit c6c601c into gnolang:master Aug 15, 2023
51 of 54 checks passed
Doozers pushed a commit to Doozers/gno that referenced this pull request Aug 31, 2023
@moul moul added this to the 🌟 main.gno.land (wanted) milestone Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🤖 gnovm Issues or PRs gnovm related
Projects
Archived in project
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants