Skip to content

Modern C: A programing language transpiled to C.

Notifications You must be signed in to change notification settings

spiel0meister/mc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modern C (mc)

A programming language transpiled to C.

Syntax

  1. Declaration
int foo;
int bar = foo;
  1. Assignment
int baz = foo;
  1. Function declaration
void main() {

}
  1. Struct Defention
struct Foo {
    int bar;
}
  1. Comments
// Single line
/* Multi
line */

About

Modern C: A programing language transpiled to C.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages