Giter Club home page Giter Club logo

egg's People

Contributors

bruceiv avatar henrik-muehe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

egg's Issues

Test fails

I get the following error when running make test in grammars subdirectory (either on the master branch, or downloading 0.3.1 release):

c++ -O3 --std=c++0x -o calc calc.cpp 
calc.cpp:1:9: warning: #pragma once in main file
#pragma once
        ^
1 warning generated.

./abc < tests/abc.in.txt > tests/abc.test.txt
diff tests/abc.out.txt tests/abc.test.txt
2,4d1
<   Expected "ab"
<   Expected 'a'
<   Expected 'c'
11,13d7
<   Expected "ab"
<   Expected 'a'
<   Expected 'c'
15,17d8
<   Expected "ab"
<   Expected 'a'
<   Expected 'c'
19,21d9
<   Expected "ab"
<   Expected 'a'
<   Expected 'c'
23,27c11,12
< `abbc' DOESN'T MATCH  @2
<   Expected 'c'
< `aabc' DOESN'T MATCH  @2
<   Expected 'a'
<   Expected 'c'

---
> `abbc' DOESN'T MATCH  @0
> `aabc' DOESN'T MATCH  @0
make: *** [test] Error 1

Compilation fails on dlf branch

Running make on dlf branch results in:

g++ -O3 --std=c++0x -DNDEBUG -o egg main.cpp  
In file included from main.cpp:34:
./visitors/normalizer.hpp:159:25: error: use of undeclared identifier 'any_type'
                        if ( rVal->type() == any_type ) {
                                             ^
1 error generated.
make: *** [egg] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.