Logtalk 2.30.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1903 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.29.5
|
||||
================================================================
|
||||
Logtalk - Open source object-oriented logic programming language
|
||||
Release 2.30.1
|
||||
|
||||
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
================================================================
|
||||
|
||||
|
||||
This directory contains files that provide support for using version 2.0
|
||||
|
@@ -65,7 +65,7 @@ normal = '\<[a-z][A-Za-z0-9_]*'
|
||||
|
||||
number = '0\'[A-Za-z0-9] | 0b[0-1]+ | 0o[0-7]+ | 0x[0-9a-fA-F]+ | [0-9]+(\.[0-9]+)?([eE]([-+])?[0-9]+)?'
|
||||
|
||||
symbol = "::", "^^",
|
||||
symbol = "::", "^^", ":",
|
||||
">>", "<<", "/\\", "\\/", "\\",
|
||||
"=:=", "=\\=", "<", "=<", ">", ">=",
|
||||
"=..",
|
||||
|
Reference in New Issue
Block a user