Skip to content

onraj55555/JC-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 10, 2023
730e901 · Dec 10, 2023

History

2 Commits
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Oct 24, 2023
Dec 10, 2023
Oct 24, 2023

Repository files navigation

Compiler_CPP

Compiler written in C++ for the new language: .jc (future .jcx?)

TODO:

  • Lexer
  • Parser
  • Syscalls voor nasm
  • Linking

Idee

  • Voor externe standaard lib, vb print, een andere file met de naam van de functie er in en de syntax, dan er achter de asm om te printen
  • Bij iedere functie oproep, push iedere register naar de stack, voer de functie uit en kijk welke niet gebruikt zijn, undo de push van die registers
  • Stack als vector van std::string -> push int i == i, i, i, i in stack om gemakkelijk terug te vinden

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages