Code Monkey home page Code Monkey logo

mexpr's Introduction

Hi there! I’m Miro, a Full-Stack Software Engineer working at New York University in Abu Dhabi. Originally from Italy, I earned my MS and BS from the University of Bologna. I like computer science, I like art, and wherever they meet together.

A more complete list of my projects: https://miromannino.com/portfolio/


mexpr's People

Contributors

miromannino avatar ovr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mexpr's Issues

Compilation failed

Hey! Thank you for awesome library ;)
Can you help me with fixing it?

ovr@ovr-rc730:~/projects/ovr/MExpr$ make
g++ -c -Isrc -Iinclude -O2 -o MExprParser.o src/MExprParser.cpp
src/MExprParser.cpp: In function ‘int MExpr_parse()’:
src/MExprParser.cpp:1227:30: error: too few arguments to function ‘int MExpr_lex(MExpr_TypeParser*, yyscan_t)’
       yychar = yylex (&yylval);
                              ^
In file included from src/MExprParserParam.h:21:0,
                 from src/MExprParser.y:14:
src/MExprLexer.h:333:12: note: declared here
 extern int MExpr_lex \
            ^
src/MExprParser.y:99:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->expression = $1; 
                             ^
src/MExprParser.y:107:30: error: ‘data’ was not declared in this scope
         ((MExpr_ParserParam*)data)->funcArgsAccumulator->push_back($1);
                              ^
src/MExprParser.y:111:30: error: ‘data’ was not declared in this scope
         ((MExpr_ParserParam*)data)->funcArgsAccumulator->push_back($1);
                              ^
src/MExprParser.y:126:30: error: ‘data’ was not declared in this scope
         ((MExpr_ParserParam*)data)->errRecPointerPool->push_back(usubValue);
                              ^
src/MExprParser.y:132:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:137:31: error: ‘data’ was not declared in this scope
          ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                               ^
src/MExprParser.y:142:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:147:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:156:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back(usubValue);
                             ^
src/MExprParser.y:162:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:173:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back(val);
                             ^
src/MExprParser.y:182:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back(var);
                             ^
src/MExprParser.y:190:32: error: ‘data’ was not declared in this scope
           ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                                ^
src/MExprParser.y:203:34: error: ‘data’ was not declared in this scope
             ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                                  ^
src/MExprParser.y:208:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:213:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:222:61: error: ‘data’ was not declared in this scope
          $$->setChild(i, ((MExpr_ParserParam*)data)->funcArgsAccumulator->back());
                                                             ^
src/MExprParser.y:225:30: error: ‘data’ was not declared in this scope
         ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                              ^
src/MExprParser.y:233:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back(val);
                             ^
src/MExprParser.y:241:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back(var);
                             ^
src/MExprParser.y:249:31: error: ‘data’ was not declared in this scope
          ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                               ^
src/MExprParser.y:262:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:269:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:276:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:283:29: error: ‘data’ was not declared in this scope
        ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                             ^
src/MExprParser.y:288:11: error: expected ‘;’ before ‘}’ token
           }
           ^
src/MExprParser.y:295:33: error: ‘data’ was not declared in this scope
            ((MExpr_ParserParam*)data)->errRecPointerPool->push_back($$);
                                 ^
Makefile:70: recipe for target 'MExprParser.o' failed
make: *** [MExprParser.o] Error 1

Info:

Ubuntu 15.04
ovr@ovr-rc730:~/projects/ovr/MExpr$ g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.9.2-10ubuntu12' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.9.2 (Ubuntu 4.9.2-10ubuntu12)

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.