I developed my own programming language, called Lake-Sharp ( Lake# ), using Python.
This code is an interpreter for a BASIC-like language written in Python 3. I'm now finished with the development of this project, and the tutorials are complete on YouTube.
- comments begin with the “#” character. Anything that is written in a single line after ‘#’ is considered as a comment. The syntax for writing single-line comments is:
# comments here
# this codelake comment