/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * Author: pgess <v.melnychenko@xreate.org>
 * File:   resources.h
 *
 * Created in April, 2020
 */

#include "compilation/resources.h"

namespace xreate{namespace compilation {
const char *LAMBDA_PREFIX = ".lmd";
const char *FN_BLOCK_ENTRY = "entry";
const char *FN_BLOCK_PREALLOC = "prealloc";
const char *FN_BLOCK_PROLOG = "prolog";
}} // end of xreate::compilation