分类 范式编程 下的文章

You should start by researching programming languages that are based on C and the concepts behind them. Additionally, you should study the syntax of C, as this will be the foundation for your language. You should also look into compiler design and algorithms, as these will be used to translate your language into machine code. Finally, you should consider developing a parser for your language to ensure it remains syntactically correct.

If you want to build yourself a language based on C++, you can use the LLVM IR Library and use the Clang compiler to compile your source code. The LLVM IR library is an open source C++ library that allows you to write your own language specifications and generate C++ code from them. Additionally, you can use existing compilers such as GCC to compile your language into executable code.