what should i do , if i want build myself language base on c?
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.