diff --git a/parser_function_definitions.py b/parser_function_definitions.py index b0b7f50..1d43560 100644 --- a/parser_function_definitions.py +++ b/parser_function_definitions.py @@ -12,7 +12,7 @@ Special character words - A word followed by either of the special character(#,* """ FIND RULES -1. Idenitfy all Special character words in a text string >> and output as a list of those words +1. Identify all Special character words in a text string >> and output as a list of those words 2. Apply rule 1, but only before a marker or keyword like ":" and output as a list of those words 3. Find a number in the string 5. Check for an occurance of exact order of pattern of special character words @@ -277,4 +277,4 @@ def outputreturn(*argv): 'receiveAmount': argv[3], #receiveAmount 'contractName': argv[4], #atList[0][:-1] 'flodata': argv[5] #string - } \ No newline at end of file + }