Skip to content

palkh/c-equal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

/!\ WIP: Not funcional for now

C=

Compiler

This is the first implementation of a compiler for the C-Equal (C=) language.

Language

The C-Equal (C=) language takes a subset of C, and adds a lot of configurability. Basically, we try to take the minimum working C stack, and leave all the higher level feature to be implemented in the default library.

Syntax

The syntax is very much C-Like, using braces and semicolon, but it adds some sugar usually found in higher level languages while remaining as simple as possible.

For more details see 'syntax.md'.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.3%
  • Makefile 1.7%