NewLang Project
Yet another programm language
Loading...
Searching...
No Matches
nlc-rt.h
Go to the documentation of this file.
1#ifndef NLC_RT_H
2#define NLC_RT_H
3
4#include "logger.h"
5#include "types.h"
6#include "rational.h"
7#include "object.h"
8#include "version.h"
9
10#endif /* NLC_RT_H */
11