Skip to content

arrsh-kh/SynC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SynC

A C based language with syntax of python!


Syntax:

look in main.sync


How to run

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

Why?

I want to learn bootstrapping


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

No packages published