Structure of Pashmak project directories:
src/
: The Main Source Codetests/
: Tests folder (You can learn testing system of Pashmak Here)doc/
: DocumentationIn the src/
folder, We have some subdirectories. Core Interpreter is in src/core/
. Other folders are builtin modules(you learn in next).
Also there is a file named src/pashmak.py
. This file is Pashmak interpreter main command line entry point.
Also there is other folders:
scripts/
: Project Automation scriptsexamples/
: Only some examples for PashmakIn the doc/
Folder, Structure of documentation is this:
doc/
00_first_part/
README.md: index
00_a.md
01_b.md
...
01_second_part/
...