kyleoneill / chimerascript

0 stars 0 forks source link

FILE support #42

Open kyleoneill opened 6 months ago

kyleoneill commented 6 months ago

Need to support the ability to open a file in a test. Files should be handled depending on their format, examples include

Will need to make sure that relative file pathing works. Ex, if a test is run like chimerascript run -f ./some/path/my_test.chs and a test contains a file path like foo = FILE ../files/foo.txt then the file path needs to be resolved as ./some/files/foo.txt