Code Monkey home page Code Monkey logo

fizzbuzz's People

Contributors

otrho avatar

Watchers

 avatar

fizzbuzz's Issues

Re-organise the source.

It was done in a rush and is a bit dis-organised. The compiler should probably go in its own module.

Strings aren't really implemented.

At the moment, FizzBuzz just needs strings as an arg for print, but the compiler still has them as a 1st class type next to number.

So anything we can do with numbers (the binary ops) we should either support for strings, or barf with a type error.

Add `elif`.

if (a) {
  ...
} elif (b) {
  ...
} else {
  ...
}

Print more integers properly.

Right now we can only print numbers between 0 and 999 correctly, and even then it's with leading spaces.

Ideally we could do negatives and more digits, without the leading spaces. Ideally we'd just call printf but Cranelift doesn't support varargs yet. So a bespoke version is going to need to reserve storage to store digits, LSB to MSB. It'll need to either reverse the bytes in storage and then call puts or it could putchar the digits in the right order.

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.