Skip to content

arrsh-kh/SynC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SynC

A C based language with syntax of python!

Why?

I want to learn bootstrapping

Syntax:

look in main.sync

How to run

make
./syncc.out main.sync > output.c
gcc output.c -o run
./run

Progress report

  • lexer works
  • parser works
  • interpreter works
  • you can now do addition
  • added other mathematical operations
  • parser fails to parse because of the above
  • everything works
  • now implementing conditionals

About

SynC - C based language with syntax of python (WIP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors