This commit is contained in:
2019-02-06 00:49:12 +03:00
commit 8dbb1bb605
4796 changed files with 506072 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
LookRoot $testlookroot
DefaultScheme scheme
DefaultLanguage en
AllowOldSyntax 0
AllowCode 1
AllowTemplateCode 1
+9
View File
@@ -0,0 +1,9 @@
<?_info
localblocks<=
bracketed=>[ %%DATA%% ]
braced=>{ %%DATA%% }
grouped=>( %%DATA%% )
<=localblocks
_info?>
<?bracketed <?braced <?bracketed <?grouped fish grouped?> bracketed?> braced?> bracketed?>
+3
View File
@@ -0,0 +1,3 @@
[ { [ ( fish ) ] } ]
+9
View File
@@ -0,0 +1,9 @@
<?_c
What the hell does package do?
_c?>
<?_info
package=>Foo
_info?>
+2
View File
@@ -0,0 +1,2 @@
View File