/Lint

Small programming language that consists of integers and arithmetic operations.

Primary LanguagePythonMIT LicenseMIT

Lint

Lint is a simple programming language that consists of only integers and arithmetic expressions. It's designed to be lightweight and easy to understand how works AST.

Features

  • Supports integer literals
  • Supports basic arithmetic operations: addition, subtraction, (multiplication and division soon)

License

This project is licensed under the MIT License - see the LICENSE file for details.