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
feat(devin-lang): add DevInCompilerTest and DevInCompiler classes to support DevInFile compilation and testing. #101
These new classes provide a foundation for compiling and testing DevInFile content, ensuring that the language features are correctly interpreted and processed. The DevInCompilerTest class includes a test case for normal string compilation, verifying the correct output. The DevInCompiler class is responsible for compiling a DevInFile, handling different element types within the file and providing a StringBuilder output. This commit lays the groundwork for further development and testing of the DevInFile compiler.
0 commit comments