Skip to content

Add prgm support

Compare
Choose a tag to compare
@TabulateJarl8 TabulateJarl8 released this 10 Sep 14:38
· 23 commits to master since this release

This release adds prgm support. prgm will search the current directory for a file matching the provided name (case insensitive; extension of .8xp). If found, the file will be passed to the command ti842py {filename} --run, where {filename} is the name of the file. For example, prgmTEST would search for TEST.8Xp (case insensitive) in the current directory. If a path is given that contains . or ~, or if the path is not all uppercase, the transpiler will assume that the path has been manually provided by the user (this will be useful once I implement a TI-BASIC shell).