Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

This repo is a school project where we had to create an interpretor and transpiler for a new language.

Notifications You must be signed in to change notification settings

NilsKrattinger/InterpreteurCpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InterpreteurCpp

This repo is a school project where we had to create an interpretor and transpiler for a new language by pairs. The base code (Initial commit) was given by our school.

The code has memory leaks as we never delete pointers. This is intended as it would have been easier to handle it with smart pointers but we didn't learn how to use them yet. That should be a vector of improvement.

The majority of the code is written in French as it is our main language. Understanding it may be harder without knowledge of the French language.

About

This repo is a school project where we had to create an interpretor and transpiler for a new language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.8%
  • Makefile 4.0%
  • PHP 0.2%