This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Garden | |
There is a albero here. | |
> ; "climb on the tree" (bad Italian): | |
> arrampicati su albero | |
You climb the albero! | |
> ; "climb on the tree" (correct Italian): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Room | |
There is a ball and a caffè here. | |
> ; ============================================================================== | |
> ; The 'è' Bug in Action | |
> ; ============================================================================== | |
> ; The parser seems unable to catch the 'è' (grave accent): | |
> cosa è ball |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Syntax q = 'quit'. | |
Synonyms q = 'quit'. | |
Verb q | |
Does | |
Quit. | |
End Verb. | |
Verb brief | |
Does |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HIGHLIGHT CHANGELOG | |
HIGHLIGHT 3.47 | |
13.10.2018 | |
* fixed xterm256 and truecolor whitespace output #2 ( | |
https://gitlab.com/saalen/highlight/issues/90 | |
[https://gitlab.com/saalen/highlight/issues/90]) | |
* fixed LaTeX, TeX, SVG and ODT whitespace output (regression of |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--============================================================================== | |
-- "Test Verb on Enclosing Location" by Tristano Ajmone | |
--============================================================================== | |
-- Alan 3.0 Beta5 | |
THE world IsA LOCATION. | |
-- Outer location enclosing other locations... | |
VERB touch | |
DOES "You touch $+1." | |
END VERB. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
#/usr/bin/python | |
from __future__ import with_statement # This isn't required in Python 2.6 | |
import sys | |
def convert(oldFile): | |
ParamMap = { | |
'$DEFAULTCOLOUR': 'Default', |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--============================================================================== | |
-- "METACOMANDI" by Tristano Ajmone | |
--============================================================================== | |
-- Questo test dimostra che non vi sono conflitti tra verbi di partita e verbi | |
-- comandi che richiedono oggetto. | |
-- | |
-- Per?resta il problema che se il comando ?un META VERB, questo influir? | |
-- su tutti gli altri: | |
-- | |
--| If your verb has multiple definitions, e.g. for various classes, applying |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ·············································································· | |
; ·············································································· | |
; ······················· Semantic Versioning 2.0 Module ······················· | |
; ·············································································· | |
; ····························· by Tristano Ajmone ····························· | |
; ·············································································· | |
; ·············································································· | |
; "mod_semver.pbi" | PureBASIC 5.60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ Answering @17dec on Issue #48: | |
https://github.com/andre-simon/highlight/issues/48 | |
A working fix to his request... | |
--]] | |
Description="Haskell" | |
Keywords={ | |
{ Id=1, -- You could use (or reuse) any Group ID (eg: 3, 4, 7, etc) |