Changeset 4180
- Timestamp:
- 03/31/08 08:03:26 (9 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
examples/NOTES.txt (modified) (1 diff)
-
wenv/highlight/lgt.lang (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/NOTES.txt
r4102 r4180 41 41 42 42 Here is a short description of each included example: 43 44 ack 45 implementation of the Ackermann function 43 46 44 47 aliases -
trunk/wenv/highlight/lgt.lang
r4178 r4180 1 1 # Logtalk language definition file 2 2 # 3 # Author: Paulo Moura 4 # Mail: pmoura@logtalk.org 5 # Date: 28.03.08 3 # http://logtalk.org/ 4 # 5 # Author: Paulo Moura 6 # Mail: pmoura@logtalk.org 7 # Date: 31.03.08 8 # Version: 1.0 6 9 # ------------------------------------------ 7 10 # This file is a part of highlight, a free source code converter released under the GPL. … … 9 12 # The file is used to describe keywords and special symbols of programming languages. 10 13 # See README in the highlight directory for details. 11 #12 # New definition files for future releases of highlight are always appreciated ;)13 #14 # ----------15 # pmoura@logtalk.org16 # http://logtalk.org/17 14 18 15 $DESCRIPTION=Logtalk
