patch-prolog-frontend 0.2.0

Tokenizer and parser for patch-prolog2 (compiler-side only)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "patch-prolog-frontend"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Tokenizer and parser for patch-prolog2 (compiler-side only)"

# Compiler-side only: this crate is NOT linked into compiled Prolog
# binaries (the runtime has its own minimal goal-only parser).
[dependencies]
plg-shared = { path = "../shared", version = "=0.2.0", package = "patch-prolog-shared" }