Skip to content

NullLabTests/lam_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LAM Parser

A Rust-based Logic Abstract Machine (LAM) parser for Prolog-like syntax.

File Structure

.
├── Cargo.toml
└── src
    ├── main.rs
    └── prolog_parser.rs

🚀 Getting Started

Setup Rust

Clone the Repository

git clone https://github.com/NullLabTests/lam_parser.git cd lam_parser

Build

cargo build
cargo run
cargo run -- --file=prolog.pl --output=output.txt --debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages