Thanks, I have seen Lex, Yacc, Bison, do they still used in the industry? Some used LLVM and some used GCC/Clang, I'm splitting over which is a better choice to build "statically typed" programming language.
I have been weigh which is the easier language to write lexical, parser and code generation for a new programming language. Is C or C++ the idea to start? To compile to machine code, not bytecode.
Thanks, I have seen Lex, Yacc, Bison, do they still used in the industry? Some used LLVM and some used GCC/Clang, I'm splitting over which is a better choice to build "statically typed" programming language.
I have been weigh which is the easier language to write lexical, parser and code generation for a new programming language. Is C or C++ the idea to start? To compile to machine code, not bytecode.