0
Can someone tell me how good this coding language is? You can look through the code to find syntax in a comment
Link: https://www.sololearn.com/compiler-playground/cLWq2c7nhGGE rate it from 1-10 tell me what to improve idk how to make a lexer or parser so string.split and string.strip() is the best i can do.
1 Respuesta
+ 2
If anyone wants to know,
#Commands
#print: hello; [stuff must end in semicolons for it to work.]
#variable: [name here] 'value here';
# No random yet
# Math exists, just enclose it in a tag like this. 'print: {1 + 1}'
# Math can be changed to an int. It starts as a float when you just put 1 + 1,
# But when you type this: 'print: {1 + 1 int}', It will print as an integer.
# When using variables, the [] tag is the variable name
# When printing the [] tag is used for comments.