Skip to content

turrnut/ExInt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExInt

Project no longer in maintain. This repo will be open and accepting pull request.

1.Introduction

ExInt, stands for Expression Interpreter, helps you to calculate math and manages logic. It was developed by turrnut and first released September 24, 2022. It have a high performance and accurate calculation. Try ExInt now to evaluate an expression.

2.Getting started

Install exint, configure enviroment variable, and type the following in the command line to open the exInt shell
$ exshell
You can also create a file end in .exint and run the code to execute the code in your file
$ exint
Create a variable using the val keyword:
val <variable_name> = <variable_value>
doing math using our operator
<value||variable-name> <value||variable-name>
Arithmatic operators include: + "plus", - "minus", * "multiply", / "divide", ^ "power"
Logical operators include: && "and", || "or"
Comparison operators include: == "equals", != "not equals", >(=) "greater than (or equal to)", <(=) "less than (or equal to)"

3.Sponsor this project

Click the Sponsor button at the top of this page NOW to sponsor this project. Sponsoring motivated me to keep update this and many other Turrnut projects, thank you!

About

ExInt, an expression interpreter that helps you do math and manages logic

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages