Anonymous
7/25/2025, 6:32:53 PM
No.106021158
>>106021097
>>106021109
also if you want a language to try this out in, go for Haskell
i would recommend
>all the language implementation shit you plan on adding
>command line option parsing
>interpreter command parsing
>possibly byte code compiler/interpreter if you don't plan on evaluating the AST as-is
>maybe debugging shit
>something that executes interpreter commands
>>106021109
also if you want a language to try this out in, go for Haskell
i would recommend
>all the language implementation shit you plan on adding
>command line option parsing
>interpreter command parsing
>possibly byte code compiler/interpreter if you don't plan on evaluating the AST as-is
>maybe debugging shit
>something that executes interpreter commands