Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 468 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 468 Bytes

DogeCode compiler

Such testing, very LLVM, Flex and Bison.

Based in: http://gnuu.org/2009/09/18/writing-your-own-toy-compiler/all/1/

Reading values from standard input and printing string literals added.

wow

Example of currently supported syntax

plz("very hello, such world")

namber n so wow()
such(n)

n so n*2
such(n)

Will output:

very hello, such world
Wow: 5 <-- User input
Such 5
Such 10