Unity scripting system designed for use in [Shinten](https://shinten.moe), but should be adaptable to other Unity projects.
Go to file
Sen ec8ff367c0 Merge branch 'master' of git.touhou.dev:StellatedCUBE/ShintenScript into master 2023-02-02 14:06:16 +00:00
Properties Move to public repo 2023-01-27 11:24:58 +00:00
ShintenScriptTest Parser stuff 2023-02-02 14:05:53 +00:00
.gitignore Initial commit 2023-01-20 03:35:24 +00:00
ASTNodeAdd.cs Parser stuff 2023-02-02 14:05:53 +00:00
ASTNodeBinaryNumericOperator.cs Parser stuff 2023-02-02 14:05:53 +00:00
ASTNodeBlock.cs Parser stuff 2023-02-02 14:05:53 +00:00
ASTNodeComparison.cs Parser stuff 2023-02-02 14:05:53 +00:00
ASTNodeDivide.cs Parser stuff 2023-02-02 14:05:53 +00:00
ASTNodeLiteral.cs Parser stuff 2023-02-02 14:05:53 +00:00
ASTNodeMultiply.cs Parser stuff 2023-02-02 14:05:53 +00:00
ASTNodeNegative.cs Parser stuff 2023-02-02 14:05:53 +00:00
ASTNodeSubtract.cs Parser stuff 2023-02-02 14:05:53 +00:00
Coverage.html Parser stuff 2023-02-02 14:05:53 +00:00
ExecutionContext.cs Parser stuff 2023-02-02 14:05:53 +00:00
IASTNode.cs Parser stuff 2023-02-02 14:05:53 +00:00
Lexer.cs Parser stuff 2023-02-02 14:05:53 +00:00
LexingException.cs Move to public repo 2023-01-27 11:24:58 +00:00
Parser.cs Parser stuff 2023-02-02 14:05:53 +00:00
ParsingException.cs Parser stuff 2023-02-02 14:05:53 +00:00
README.md Initial commit 2023-01-20 03:35:24 +00:00
Requirements.md Requirements 2023-01-27 08:44:15 +00:00
SSType.cs Parser stuff 2023-02-02 14:05:53 +00:00
ShintenScript.csproj Parser stuff 2023-02-02 14:05:53 +00:00
ShintenScript.sln Move to public repo 2023-01-27 11:24:58 +00:00
TestOutput.txt Parser stuff 2023-02-02 14:05:53 +00:00
TestPlanning.md Scaffolding 2023-01-27 13:26:46 +00:00
Token.cs Parser stuff 2023-02-02 14:05:53 +00:00
TypeException.cs Parser stuff 2023-02-02 14:05:53 +00:00

README.md

ShintenScript

Unity scripting system designed for use in Shinten, but should be adaptable to other Unity projects.