Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalsel

A compiler written from scratch in C that compiles to x86 Intel assembly and produces an executable for the program.

Example

for now, it only allows writing operations and numbers, the result of each line is autoprinted. Example -

1 + 2
10 - 90
40 + 3
10 / 3 + 3

Features

  • +,-,*,/
  • all integer constants are taken as 64-bit integers

Future plans

  • floating point arithmetic operations
  • Introduce common language features
  • Build a customized syntax

About

An New Compiler

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages