Unity scripting system designed for use in [Shinten](https://shinten.moe), but should be adaptable to other Unity projects.
ec8ff367c0 | ||
---|---|---|
Properties | ||
ShintenScriptTest | ||
.gitignore | ||
ASTNodeAdd.cs | ||
ASTNodeBinaryNumericOperator.cs | ||
ASTNodeBlock.cs | ||
ASTNodeComparison.cs | ||
ASTNodeDivide.cs | ||
ASTNodeLiteral.cs | ||
ASTNodeMultiply.cs | ||
ASTNodeNegative.cs | ||
ASTNodeSubtract.cs | ||
Coverage.html | ||
ExecutionContext.cs | ||
IASTNode.cs | ||
Lexer.cs | ||
LexingException.cs | ||
Parser.cs | ||
ParsingException.cs | ||
README.md | ||
Requirements.md | ||
SSType.cs | ||
ShintenScript.csproj | ||
ShintenScript.sln | ||
TestOutput.txt | ||
TestPlanning.md | ||
Token.cs | ||
TypeException.cs |
README.md
ShintenScript
Unity scripting system designed for use in Shinten, but should be adaptable to other Unity projects.