Project structure
This page contains some information about the project's structure
Github repository structure
Arithm
├── .config - dotnet tools
├── .github - GitHub Actions CI setup
├── docs - site with documentation
├── docsSrc - documentation files in .md format
├── src - main code of the project
│ └── Arithm - Interpreter, MyList and BigInt libraries
├── tests - tests
│ └── Arithm.tests - tests for all modules
├── fsharplint.json - linter config
└── Arithm.sln - main solution file