-
Notifications
You must be signed in to change notification settings - Fork 20
Develop if parser #203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop if parser #203
Conversation
|
@PaulDudaRESPEC @austinorr I need further help with the testing framework. I cannot replicate this error (below) in command prompt (linux). The entire, very simple block of code successfully loads the hdf5, finds the element I have managed to proceed by renaming my demo script from |
This is to begin to enable IF-THEN statements in SPECL, and with some reoranization to facilitate collaboration with @timcera who is doing some work to expand/refine UCI parsing. This is a very minor change, and is being submitted as standalone from the other concurrent SPECL enhancement PR to facilitate it getting included so as to not impede Tim's progress.
IF-THEN-ELSEstatements, including nestedIF-THEN-ELSElayersACTIONScurrently) to insure tracking of activity state.readUCI.pyfunctiongetlines()to accept an optional argumentline_end="END"in order to not cut offSPECIAL-ACTIONparsing at the firstEND IFstatement. The default conditionline_end="END"insures that the function behaves identically for all existing function calls prior to the expansion of the args for this function.