view src/ploki/compile.h @ 6945:c7466b5b4d6c

<oerjan> le/rn !/! is a syntax used in Haskell and Prolog for solving evaluation order problems.
author HackBot
date Wed, 24 Feb 2016 05:50:05 +0000
parents ac0403686959
children
line wrap: on
line source

#ifndef COMPILE_H_
#define COMPILE_H_

#include "text.h"

void compile(struct text *);

#endif /* COMPILE_H_ */