File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # - Comment
2+ # https://macromates.com/manual/en/language_grammars
3+ # https://code.visualstudio.com/api/language-extensions/syntax-highlight-guide
4+
5+ {food} # food class
6+ pizza = 'Peporoni' # pizza variable within food class
7+ bread = 'rye' # bread variable within food class
8+ cheese = 'mozzarella' # cheese variable within food class
9+ bread - cheeese = pizza # releationship combining bread and cheese to make pizza
10+
11+ {class2}
12+ variable = '1N'
Original file line number Diff line number Diff line change 1+ import os , sys
2+
3+ def parsePDL (file ):
4+ with open (file , 'r' ) as Fin :
5+ content = Fin .read ()
6+
7+
Original file line number Diff line number Diff line change 2525 "Development Status :: 1 - Beta" ,
2626 "Intended Audience :: Developers" ,
2727 "Programming Language :: Python :: 3" ,
28- "Operating System :: Microsoft :: Windows :: Linux" ,
28+ "Operating System :: Microsoft :: Windows :: Linux :: Unix " ,
2929 ]
3030)
You can’t perform that action at this time.
0 commit comments