pashmak

Structure of Pashmak Project source code

Structure of Pashmak project directories:

In 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:

In the doc/ Folder, Structure of documentation is this:

doc/
    00_first_part/
        README.md: index
        00_a.md
        01_b.md
        ...
    01_second_part/
        ...