Skip to content

[OLD] A compiler for a bayesian statistical language

Notifications You must be signed in to change notification settings

TartanLlama/bayesc

Repository files navigation

A old compiler for a bayesian statistical language which I wrote at university.

To compile the compiler and runtime system, just type "make"
To compile a program, run "./bayesc.native <filename>"
To run a compiled program, run "java <filename without .class>". This may require changing your classpath to include "." and "runtime". Alternatively, add the "-cp .:runtime" flag.

About

[OLD] A compiler for a bayesian statistical language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages