Coder Social home page Coder Social logo

hodor-lang's People

Contributors

dhumm avatar mitchstephan avatar ryfry avatar

Watchers

 avatar  avatar  avatar  avatar

hodor-lang's Issues

GT, LT EQ

These functions seem to be broken atm, maybe it has somehting to do with the previous conflict with true?

Come up with better error messages

Right now the only error message I used was "you done fucked up" we MIGHT want to find something else to use if we wanna present this

Parse strings

I tried using the regex
""""([^"])""""
to parse strings, which works in the interpreter (""""([^"]*)"""".r findFirstIn "variable Hodor \"This is a string\"" returns Some("This is a string"), for example).

Fix Function Parsing

We had to go off spec to get function parsing to work (specifically, we had to bound the function parameters in both the declaration and call to be bounded by parenthesis). We should fix this to make it match the "style" of the rest of the code.

Optional: Hodor Based variables

Implement an entirely Hodor Based Variable Scheme. Integers will be of the form "HODOR!!!" repeated the number of times that you want the integer to equal. Strings will be represented by chained strings of the form hodorhodor, where each string represents a character. This value of this character will map to a binary number where a zero is represented by a lowercase letter and a one is represented by an uppercase letter (for example, the character "a", which has the binary value " 1100001" will be represented by the string HOdorhoDor)

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.