This commit is contained in:
Charles Torre 2022-01-20 18:16:52 -08:00
Родитель 3496c28b5d
Коммит 559d30538d
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ Author: Lu Xun, Microsoft.
### Getting Started
Please see the [Getting Started](./GettingStarted.md) section to play around with Guan in a sample application, ```GuanExamples``` with very simple rules, simple External Predicate implementations, and highly documented sample code.
Please see the [Getting Started](./GettingStarted.md) section to play around with Guan in a sample application, [GuanExamples](/GuanExamples), with very simple rules, simple External Predicate implementations, and highly documented sample code.
### Syntax

Просмотреть файл

@ -8,6 +8,10 @@ Guan employs Prolog style syntax for writing logic rules. It enables easy intero
Author: Lu Xun, Microsoft.
### Getting Started
Please see the [Getting Started](https://github.com/microsoft/Guan/blob/main/GettingStarted.md) section to play around with Guan in a sample application, [GuanExamples](https://github.com/microsoft/Guan/tree/main/GuanExamples), with very simple rules, simple External Predicate implementations, and highly documented sample code.
### Syntax
As stated above, Guan uses [Prolog style syntax](http://www.learnprolognow.org/index.php). We will not describe things that are common with standard Prolog, but rather present the differences below (they are different mostly to allow more natural interop between rules and C# code):