Loading...
Searching...
No Matches
ForthMachine.h File Reference
#include <set>
#include <map>
#include <stack>
#include "awkward/common.h"
#include "awkward/util.h"
#include "awkward/forth/ForthInputBuffer.h"
#include "awkward/forth/ForthOutputBuffer.h"

Go to the source code of this file.

Classes

class  ForthMachineOf< T, I >
 

Namespaces

namespace  awkward
 

Typedefs

using ForthMachine32 = ForthMachineOf<int32_t, int32_t>
 
using ForthMachine64 = ForthMachineOf<int64_t, int32_t>