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

Added Berry Language #5695

Merged
merged 10 commits into from
Mar 28, 2022
Merged

Added Berry Language #5695

merged 10 commits into from
Mar 28, 2022

Conversation

Beormund
Copy link
Contributor

@Beormund Beormund commented Dec 19, 2021

Description

Berry is an embedded scripting language designed to run on microcontrollers with limited resources. It is embedded into custom firmware such as Tasmota for ESP32

https://tasmota.github.io/docs/Berry/

Search Results: https://github.com/search?q=extension%3Abe&type=Code.

Berry Source: https://github.com/berry-lang/berry. Berry is released under the MIT License.

Berry Samples: https://github.com/berry-lang/berry/tree/master/examples

Checklist:

Berry is an embedded scripting language designed to run on microcontrollers with limited resources. It is embedded into custom firmware such as Tasmota for ESP32 . Search Results: https://github.com/search?q=extension%3Abe&type=Code.  Berry Source: https://github.com/berry-lang/berry. Berry is released under the MIT License.
@Beormund Beormund requested a review from a team as a code owner December 19, 2021 08:50
.gitmodules Outdated Show resolved Hide resolved
Copy link
Member

@lildude lildude left a comment

Choose a reason for hiding this comment

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

We need a grammar-only repo for the grammar. Please also replace the samples with real-world examples; these appear to all be demonstrations of the various ways of doing things rather than real-world examples.

Beormund and others added 5 commits February 23, 2022 14:05
The TextMate grammar files are now located in a dedicated repo, updated .gitmodules and language definitions accordingly. Added real world sample code and removed language tutorial samples.
@Beormund
Copy link
Contributor Author

I merged your PR as requested. Thank you for your help.

@lildude lildude changed the title Added Berry Language Grammar Added Berry Language Mar 28, 2022
Copy link
Member

@lildude lildude left a comment

Choose a reason for hiding this comment

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

All looks good now.

@lildude lildude merged commit 60eae15 into github-linguist:master Mar 28, 2022
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.

None yet

2 participants