plxvm/build/proj.mlp

102 lines
1.4 KiB
Plaintext

FILES:
--- CORE ---
@ + src/config.h
@ + src/ccall.h
@ + src/cconst.h
@ + src/code.h
@ + src/context.h
@ + src/debug.h
@ + src/error.h
@ + src/event.h
@ + src/mem.h
@ + src/io.h
@ + src/lexer.h
@ + src/log.h
@ + src/ops.h
@ + src/parsef.h
@ + src/printf.h
@ + src/reg.h
@ + src/stack.h
@ + src/str.h
@ + src/tokens.h
@ + src/types.h
@ + src/utils.h
@ + src/var.h
@ + src/version.h
@ + src/vm.h
@ + src/ccall.c
@ + src/cconst.c
@ + src/code.c
@ + src/context.c
@ + src/debug.c
@ + src/error.c
@ + src/event.c
@ + src/mem.c
@ + src/io.c
@ + src/lexer.c
@ + src/log.c
@ + src/ops.c
@ + src/parsef.c
@ + src/printf.c
@ + src/reg.c
@ + src/stack.c
@ + src/str.c
@ + src/utils.c
@ + src/var.c
@ + src/vm.c
@ + src/net.c
@ + src/net0.c
@ + src/net.h
@ + src/run.c
@ + src/run.h
@ + src/unix.c
@ + src/unix.h
@ + src/shm.h
@ + src/shm.c
@ + src/readline.c
@ + src/readline.h
@ + src/main.c
@ + src/test.c
@ + src/test.h
@ Arduino/nucleof303k8/config.h
@ Arduino/nucleof303k8/nucleof303k8.ino
@ Arduino/dianalab/config.h
@ Arduino/dianalab/dianalab.ino
@ + src/tests.plx
@ + aux/com.h
@ + aux/com.c
@ + aux/lfifo.h
@ + aux/lfifo.c
@ + tools/term.c
@ + aux/cdk-5.0-20251014/binding.c
@ + aux/cdk-5.0-20251014/demos/command.c
@ + draft/demo.plx
@ + draft/vars.plx
@ + README.md
@ + doc/BAS.md
PROJECT:
PROJ_PATH $HOME/proj/plx/
SRC_PATH $PROJ_PATH/
OBJ_PATH $PROJ_PATH/build