https://github.com/r1ck404/mathematics-language
A minimalistic language designed for interactive programming.
https://github.com/r1ck404/mathematics-language
Last synced: 8 months ago
JSON representation
A minimalistic language designed for interactive programming.
- Host: GitHub
- URL: https://github.com/r1ck404/mathematics-language
- Owner: R1ck404
- Created: 2023-02-28T09:11:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T15:12:47.000Z (over 2 years ago)
- Last Synced: 2024-12-29T05:44:03.014Z (9 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Math Language
Math Language is a simple coding language that enables users to perform mathematical operations with ease. This programming language is designed for individuals who love mathematics and want to create programs that can perform various mathematical tasks. With Math Language, you can easily perform arithmetic operations, manipulate variables, and create mathematical functions. It is user-friendly and accessible to everyone, even those with little or no coding experience.
## Installation
To run Math Language, you will need Python 3.x.x installed on your computer. Once you have Python installed, simply run the following command in your terminal or command prompt:
```bash
py math_language .math
```to have syntax highlighting you will need to have the following extension(s) enabled:
- https://marketplace.visualstudio.com/items?itemName=R1ck404.mathematics
## Usage/ExamplesCommenting
```php
# Commenting works simply by putting a # on the beginning of a line.# Just
# Like
# This!
```Defining values
```swift
# You can define variables by simply doing the following,
# Type 'var' and after it your variable name. then by using 'is' you can set it's value.var test is 69
var defined_value is 0
```Redefining variables.
```swift
# You can redifine variables by simply doing the following,
# Call the variable name and use 'is' to set its new value.test is 21
defined_value is 1
```Printing variables
```ANTLR
# You can print variables by doing 'print 'print defined_value
print test
```
## Support
If you have any questions or feedback about Math Language, please feel free to reach out to us. We hope you enjoy using Math Language and find it useful for your mathematical programming needs.NOTE:
This project was made for fun, and to improve my coding knowlegde.