Skip to content
Charlotte Thomas edited this page Dec 14, 2022 · 2 revisions

Welcome to the Baguette# wiki!

The concept is simple : take a basic language with one instruction a line, the line # is the label of the line, and take each symbol, instruction, key-word and replace it with a name of a french pastry, and voilà you have a wonderful yummy absolutely non understable exotic language.

Now this repo represent the main interpreter and compiler for baguette#, in OCaml ( because I love it 🥇 )

The following pages will help YOU coding your own little scripts in Baguette#, i hope you're ready to count up those chouquette because there is no IDE to help you with the parenthesis :)

The language is mostly an interpreter, the "naive transpiler" is just embedding itself into a file and is compiled using ocamlopt

Clone this wiki locally