aboutsummaryrefslogtreecommitdiffstats
path: root/awlsim/core/labels.pxd.in
blob: 3392308ca870bfdeebd714a699dc3a72472e075e (plain)
1
2
3
4
5
6
7
8
from awlsim.common.cython_support cimport *

from awlsim.core.instructions.main cimport *


cdef class AwlLabel(object):
	cdef public AwlInsn insn
	cdef public object label
bues.ch cgit interface