Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 613 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 613 Bytes

DogeLang

DogeLang is a school project for our school.

We needed to create our own language which would implement procedural and object paradigms.

We needed to handle some object basics like : inheritance, polymorphism, attributes and methods.

We implemented LBNF grammar and used BNFC to generate a Parser/Lexer.

We then transformed our language into compilable C language.

Project done by : Yohan PIRON | Vincent QUEGUINER | Beckett HOVER | Julien EGLOFF