23 questions
Hello.I understand that many of the programming languages can refer to themselves while defining a function or class.Recursive Function.# Python3sum = 0;def factorial(a, n) if (n==1): return 1 else: ...
I'm making a programming language because I'm bored.The grammar used in the programming language is different from the grammar on the market, so can you make a code editor?It's okay to simply be a Cod...
I'm making the string Lexer, but I don't know how to make it, and the letters after the last space don't come out, but I'm curious and don't know how to fix it.The goal is to categorize the string in ...
« | - 3 - |
© 2024 OneMinuteCode. All rights reserved.