/*  Copyright (c) 2019 ACK Project.
 *  See the copyright notice in the ACK home directory, 
 *  in the file "Copyright".
 *
 *  Created on: 2019-04-14
 *  
 */
#ifndef CODEGEN_H_
#define CODEGEN_H_

unsigned int codegen(byte *codep, int ply, int toplevel, unsigned int costlimit, int forced);

#endif /* CODEGEN_H_ */