7Sharp
7Sharp copied to clipboard
7Sharp - The simple programming language
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Modify `Utils.AsString` to convert `[1, 2, 3]` -> `new object[]{1,2,3}`
Hi. Please add a library for work with strings( `IsLetter(),IsNumber(),IsWhiteSpace()` and more...).
# Description All system constants (`PI`, `E`, `YELLOW`, etc.) should not be assignable. ## Implementation 1. add token `const` (keyword) 2. modify `AssignmentNode` or create a `ConstAssignmentNode` 3. modify `ExpressionType`...
# Help 7Sharp out by helping us find bugs before the next release! If you find a bug, please create an issue with the `Bug report` template! ## Please don't...