|
Revision 4662, 1.2 KB
(checked in by pmoura, 6 days ago)
|
|
Updated copyright notice.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.35.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2009 Paulo Moura. All Rights Reserved. |
|---|
| 6 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 7 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 8 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 9 | ================================================================ |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | To load this example, please see the SCRIPT.txt file. |
|---|
| 13 | |
|---|
| 14 | This folder contains examples of objects, categories, and protocols |
|---|
| 15 | containing errors that will trigger Logtalk compiler warnings and |
|---|
| 16 | errors. The goal of this example is to help the user to get acquainted |
|---|
| 17 | to the Logtalk compiler warning and error reporting. Open the object |
|---|
| 18 | source files in a text editor to better understand how the compiler |
|---|
| 19 | deals with common programming errors. |
|---|
| 20 | |
|---|
| 21 | Note that the warnings and errors that you will get while compiling |
|---|
| 22 | your source files depend on your compiler flags (defined explicitly |
|---|
| 23 | as parameters for the logtalk_compile/2 or logtalk_load/2 built-in |
|---|
| 24 | predicates or by default in your Prolog configuration file). |
|---|