Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | Regular Tree Grammer validator |
---|---|
Rating: | Not rated. Create the first rating! |
Latest version: | 0.0.7 |
SHA1 sum: | 9574a726b6c91e54d87eb09dc8fd6bc0089aa1b8 |
Author: | Hiroshi Sakurai <sakurai777@gmail.com> |
Home page: | https://github.com/hsk/rtg |
Download URL: | https://github.com/hsk/rtg.git |
No reviews. Create the first review!.
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.0.1 | 79846bcc56edbcb9c20d73122089b2911a8a5238 | 1 | https://github.com/hsk/rtg/archive/0.0.1.zip |
0.0.2 | de429e2e97f7c55710544016a80115e7d3aa82a0 | 1 | https://github.com/hsk/rtg/archive/0.0.2.zip |
0.0.3 | d5d2b2079ab80ae15a0c6e5c58192c64ab39efb3 | 1 | https://github.com/hsk/rtg/archive/0.0.3.zip |
eb17159f76153c628830a435c62fc0bb3508d1de | 1 | https://github.com/hsk/rtg/archive/0.0.3.zip | |
0.0.4 | 5cf4d5ad48d8ff1a9b9db3297368d6660ced325b | 1 | https://github.com/hsk/rtg.git |
60d9a303149cbf7bf445c45214af7c405e096b94 | 1 | https://github.com/hsk/rtg.git | |
f54401e2bd150c80ff1f288357d772b729b81c0e | 1 | https://github.com/hsk/rtg/archive/0.0.4.zip | |
0.0.5 | 29995539aa62e053189f6a5f3ba26bb6718e7df5 | 1 | https://github.com/hsk/rtg.git |
6e286b674feba9a7c0a26e75e6bf9bfc5533422a | 1 | https://github.com/hsk/rtg.git | |
fa6e23316e471b5fd226baf7dea0a44f8a98ea72 | 1 | https://github.com/hsk/rtg/archive/0.0.5.zip | |
0.0.6 | e638663e94f191b2f34936df47bf60a8d8c3ed58 | 1 | https://github.com/hsk/rtg.git |
0.0.7 | 9574a726b6c91e54d87eb09dc8fd6bc0089aa1b8 | 22 | https://github.com/hsk/rtg.git |
RTG is BNF like syntax checker macros of Regular Tree Grammar for prolog complex term.
:- use_module(library(rtg)). syntax(integer). i ::= integer. e ::= i | e+e | e-e |e*e | e/e. :- i(1). :- e(1*2+3/2-1). :- halt.
This package requires Swi-Prolog 7.x.
?- pack_install(rtg).
Please send bug reports/feature request through the GitHub project page.
The MIT License. See LICENSE file.
Pack contains 5 files holding a total of 3.7K bytes.