Skip to content
/ NeoLang Public

The Interpreter for the Neo language.

License

Notifications You must be signed in to change notification settings

Sv3ks/NeoLang

Repository files navigation


Logo

The NeoLang Interpreter

The Python Interpreter for the Neo Programming Language

Releases . Report Bug . Request Feature

Table Of Contents

About The Project

NeoLang is an open-source programming language, made specifically for quick prototyping and new programmers. With that in mind it is built with an extremely simple syntax and a built-in compiler.

Getting Started

To get started with using NeoLang, follow these steps.

Prerequisites

If you don't already have Python, install that by going to python.org and downloading the latest version of python.

To check if python is installed, run the following commands in the terminal.

On Windows
py --version
pip --version
On Mac/Linux
python3 --version
python3 -m pip --version

Installation

To install NeoLang, use the Package Installer for Python by running the following commands.

On Windows
pip install neolang
On Mac/Linux
python3 -m pip install neolang

To check if NeoLang is installed, run the command neo --version. If this does not work, it's most likely because your Python installation has not been registered in your $PATH. To do so, i recommend following this guide.

Contributing

Contributions are a fundamental concept of open-source - this is also true for NeoLang. Every contribution is greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual pull requests for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your 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

License

Distributed under the GNU General Public License v3 (GPLv3). See LICENSE for more information.

About

The Interpreter for the Neo language.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages