Code Monkey home page Code Monkey logo

comment-language's Introduction

Comment-Language

This is a language syntax that helps you to make your code easier to use. This syntax is a file next to code with exact same name as code but instead of .py or .java or anything else, it should end with .clf

Python syntax colorer:

main.py is a python file i coded that you can input your document as comment language and that will color it for you.

pip install colorama

Syntax

It's so simple and easy to learn. Syntax uses are these:

  • if
    • else
    • while
    • for
  • var
  • pntr
  • end
  • do
  • free comment

Note! Everything is comment and used to understand a code better, and cannot be executed

if, else, for, while

if looks like this:

if condition:
  ...

do, end

a do method tells that its calling and running a function:

do decode the image

end is a method to end the process or exit the code:

do something
if work is done:
  end

var, pntr

var is a method to say that im storing a data and pnt is pointer like c and c++ :

var file as .file
pntr for .file is *flpntr

comment

comment is started by #(hashtag) like python and you know what it is used for

line

line is a method to say that this do function represents a code in a specific line:

do a function
line 3

things that helped me to invent this:

  • ChatGPT
  • Discord
  • Python knowledge

Copyright claim

this repository works under this licence and has Copyright claim. license in this repository:

comment-language's People

Contributors

mahdoosh1 avatar

Stargazers

 avatar

Watchers

 avatar

comment-language's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.