Logo

Yell

Contributors Forks Stargazers Issues MIT License

Get it from the Snap Store

An extremely simple, yet powerful language for new programmers, as well as a toy language ?
Explore the docs »

Report Bug · Request Feature

Yell Screenshot

Yell is an extremely simple language for new programmers. This is a Python implementation of it, and while it isn’t the fastest, that’s not it’s intended purpose. It’s lightweight and extremely simple to use. It only has one dependency, Python. It also provides limited integration with Python. It has support for VS Code with an extension (you can search for ‘Yell’ in the marketplace and scroll down to select ‘Yell – VS Code’), or follow the instructions at https://marketplace.visualstudio.com/items?itemName=yell-lang.yell-vscode.

(back to top)

Roadmap

  • Variables
  • If statements
  • While statements
  • Basic Python integration
  • Global libraries
  • Support for escapes in strings

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag “enhancement”. Don’t forget to give the project a star! Thanks again!

  1. Fork this repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

GitHub

View Github