Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/j0nimost/sigma
A REPL made using C#
https://github.com/j0nimost/sigma
interpreter math programming-language repl scripting-language sigma
Last synced: about 2 months ago
JSON representation
A REPL made using C#
- Host: GitHub
- URL: https://github.com/j0nimost/sigma
- Owner: j0nimost
- Created: 2021-08-18T11:58:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-17T04:26:01.000Z (over 3 years ago)
- Last Synced: 2023-03-05T00:19:57.973Z (almost 2 years ago)
- Topics: interpreter, math, programming-language, repl, scripting-language, sigma
- Language: C#
- Homepage:
- Size: 114 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SIGMA
An Interpreter / REPL written in C#. Get the grammar definition [here](./Grammar.md)```
Sigma >
```[![Build Status](https://travis-ci.com/j0nimost/sigma.svg?branch=main)](https://app.travis-ci.com/j0nimost/sigma)
* Math Operations (Associativity Implemented)
- [x] Addition
- [x] Subtraction
- [x] Multiplication
- [x] Division
- [x] Bracket Operations* Bitwise Operators
- [x] OR
- [x] AND
- [x] XOR
- [x] Left Shift
- [x] Right Shift* Data Types
- [x] Floats, Ints & UInts(8-> 64)
- [x] Strings
- [x] Boolean
- [ ] Char
- [ ] Byte
- [ ] Lists
- [ ] Maps* Variables
- [x] Local Variables
- [ ] Global Variables* Logical Operators
- [ ] OR
- [ ] AND
- [ ] Less Than
- [ ] Greater Than
- [ ] Less Than Or Equal To
- [ ] Greater Than or Equal To* Statements
- [ ] Return
- [ ] IF statements
- [ ] For Loops* Functions
- [ ] Functions
- [ ] Arrow Functions
* Types
- [ ] Type Declaration## Getting Started
You'll need:
- DotNet Runtime >=`2.1`The Set up is pretty simple;
- Clone this repository `git clone https://github.com/j0nimost/sigma.git`
- Open the folder containing the `.csproj` file
- From the Command Line/Terminal Run:
* `dotnet restore`
* `dotnet run`### ⚠️UNDERCONSTRUCTION⚠️
A lot of breaking changes## Author
John Nyingi### Contributions
Fork and Purge