You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, running Phoron in executable (assembler) mode works well. However, the API integration (for higher-level programs which would like to use Phoron's services) could definitely be improved:
allowing SourceFile to be generated from non file system based source files (say, from a string).
streamlining error types and handling at the API level.
The planned approach is to dogfoodPhoron as part of Oyi development, allowing better real-world use-case driven improvements (in addition to the points observed above).
The text was updated successfully, but these errors were encountered:
Currently, running
Phoron
in executable (assembler) mode works well. However, the API integration (for higher-level programs which would like to use Phoron's services) could definitely be improved:SourceFile
to be generated from non file system based source files (say, from a string).The planned approach is to dogfood
Phoron
as part of Oyi development, allowing better real-world use-case driven improvements (in addition to the points observed above).The text was updated successfully, but these errors were encountered: