Skip to content

Void-Skeleton/skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

skeleton

a brand new coding language!

How To Run It?

  1. You have to install g++. It may matter when your g++'s version is different from ours.
  2. Download the code in this repo and run it like this:
skeleton your_code_file

Language Grammar

Variable

You can define a variable like this:

var var_name1 -> var_type1 , var_name2 -> var_type2 ... ;

var is a keyword, var_name1 and var_name2 are the names of the variables you want to define(the name can include numbers, letters and "_"'s. but they cannot include the keywords) and the var_type1 and var_type2 are the type of variables(they can be int,short,llong,uint,ullong,ldouble,float,boolean,ushort,char,uchar).

About

a brand new coding language!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages