File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 15
15
#sys.path.insert(0, os.path.abspath('../src'))
16
16
sys .path .insert (0 , '../src' )
17
17
sys .path .insert (0 , '../src/mash' )
18
+ print (sys .version )
19
+ import os
20
+ print (os .__file__ )
21
+ import myst_parser
18
22
19
23
20
24
# -- Project information -----------------------------------------------------
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Overview
24
24
:maxdepth: 1
25
25
26
26
README <pages/README.md >
27
- Implementation <pages/shell .md >
27
+ Implementation <pages/SHELL .md >
28
28
Shell CLI <pages/shell_help.rst >
29
29
Example code <modules/mash_examples.md >
30
30
Original file line number Diff line number Diff line change 5
5
6
6
An `Abstract Syntax Tree <https://en.wikipedia.org/wiki/Abstract_syntax_tree >`_.
7
7
8
+ Grammer
9
+ ~~~~~~~
10
+
11
+ .. automodule :: mash.shell.grammer.parser
12
+ :noindex:
13
+
8
14
Core classes
9
15
~~~~~~~~~~~~
10
16
You can’t perform that action at this time.
0 commit comments