This subdirectory of the Rlang-compiler
repository contains the following
source code files intended for purposes of testing the R compiler (contained
in the parallel src/
directory).
-
test.lisp
- Miscellaneous functions and R code fragments for exercising the compiler. Some of these may be obsolete. -
sch/
- Source code in R and sample compiled PAL (Pendulum Assembly Language) code for the Schroedinger wave equation simulator example.-
Cversion-schii
- Original implementation of the Schroedinger wave equation simulator in C. -
sch.r
- Source code for the reversible implementation of the Schroedinger wave equation simulator in R. -
sch.pal
- Example output from the compiler in Pendulum Assembly Language (PAL). This code should be executable in PendVM. -
output.txt
- Another example of input and output when running the compiler on a (slightly different) version of the reversible Schroedinger simulator.
-