Skip to content

Commit e54a420

Browse files
authored
add todo
1 parent 0c275e4 commit e54a420

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PDL/package/pdlparse/parse.py

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# TODO: Add skips for variables with `priv` in the same line in all get functions
2+
# TODO: Add a function to retrive variables from file and create program vars (https://stackoverflow.com/questions/924700/best-way-to-retrieve-variable-values-from-a-text-file)
3+
14
import os, sys
25

36
'''

0 commit comments

Comments
 (0)