Coder Social home page Coder Social logo

jaysmito101 / tovie Goto Github PK

View Code? Open in Web Editor NEW
26.0 26.0 2.0 217 KB

An Stack Based Programming Language (Compiler + VM)

License: MIT License

Batchfile 0.06% Python 1.82% C++ 97.64% Shell 0.08% Makefile 0.39%
compiler cpp interpreter language programming-language python tovie-lang

tovie's Introduction

tovie's People

Contributors

friedelschoen avatar jaysmito101 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  avatar

Watchers

 avatar  avatar

tovie's Issues

"proc_end" to "end"?

Would it be possible to shorten the parser to just allow for "end" to close the last
top-statement? This reminds me a bit of shell scripts which can be weird.

Uncaught std::stoi error

In the file toviec.cpp line 26, it show that you don't handle the std::stoi error about large number (std::out_of_range)

operations.push_back(Operation(OperationType::PUSH, std::stoi(token)));

The input file:

99999999999999

Solution:
1 - Try handle it and give the user error about integer too big

2 - Use multiprecision library such as mpir or boost.multiprecision

Note: multiprecision maybe slower than pure int

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.