Changes for ubuntu 16.04.

This commit is contained in:
Andrew Hamilton 2016-09-27 13:30:08 +02:00
parent f2098da47c
commit b922f29e07
12 changed files with 58 additions and 73 deletions

View file

@ -1,4 +1,4 @@
#include <iostream> 
#include <iostream> 
 
using namespace std; 
 

View file

@ -1,6 +1,6 @@
>> 0 <238> 3340
>> 3 UNARY_POSITIVE
>> 4 <152> 46083
>> 4 BUILD_TUPLE_UNPACK 46083
7 YIELD_VALUE
8 INPLACE_FLOOR_DIVIDE
9 <0>

View file

@ -1,12 +1,16 @@
Useless declaration of a has-scoped method in mainline (did you mean 'my regex http-verb'?)
===SORRY!=== Error while compiling ./input/perl6.p6
Two terms in a row
at ./input/perl6.p6:30
------> <BOL>⏏say 'here';
expecting any of:
postfix
infix stopper
infix or meta-infix
statement end
statement modifier
statement modifier loop
===SORRY!===
Two terms in a row across lines (missing semicolon or comma?)
at /home/ahamilton/code/vigil/golden-files/./input/perl6.p6:30
------> say 'Hello from Perl 6!'⏏<EOL>
expecting any of:
infix
infix stopper
postfix
statement end
statement modifier
statement modifier loop
Other potential difficulties:
Useless declaration of a has-scoped method in mainline (did you mean 'my regex http-verb'?)
at /home/ahamilton/code/vigil/golden-files/./input/perl6.p6:11
------> regex ⏏http-verb {

View file

@ -1,12 +1,16 @@
Useless declaration of a has-scoped method in mainline (did you mean 'my regex http-verb'?)
===SORRY!=== Error while compiling ./input/perl6.pl
Two terms in a row
at ./input/perl6.pl:30
------> <BOL>⏏say 'here';
expecting any of:
postfix
infix stopper
infix or meta-infix
statement end
statement modifier
statement modifier loop
===SORRY!===
Two terms in a row across lines (missing semicolon or comma?)
at /home/ahamilton/code/vigil/golden-files/./input/perl6.pl:30
------> say 'Hello from Perl 6!'⏏<EOL>
expecting any of:
infix
infix stopper
postfix
statement end
statement modifier
statement modifier loop
Other potential difficulties:
Useless declaration of a has-scoped method in mainline (did you mean 'my regex http-verb'?)
at /home/ahamilton/code/vigil/golden-files/./input/perl6.pl:11
------> regex ⏏http-verb {

View file

@ -1,11 +1,11 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux/x86 (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
hello
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta name="generator" content=
"HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<title></title>
</head>
<body>
hello
</body>
</html>

View file

@ -1,4 +1,4 @@
#include <stdio.h> 
#include <stdio.h> 
 
int main() 
{ 

View file

@ -1,4 +1,4 @@
#include <iostream> 
#include <iostream> 
 
using namespace std;