GithubHelp home page GithubHelp logo

yah's People

Contributors

adrnl avatar cjdellomes avatar rtoal avatar tohoma avatar vicfrolov avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

yah's Issues

Scanner

The project is not set up correctly. Directory should be test not tests
Make this work with mocha, and npm test
Your test has too many outputs - it should just assert
The scanner test file doesn't look like it actually has tokens for the language
I know I said you could start slow, but this is too slow (reserved words only?)

Analyzing functions

Currently we cannot analyze this function properly.
x::int is (f) ->
spit f

y is (x) ->
x(5)

y(x)

The problem is that we cannot check if x is a function because it is currently as a type integer.

Multiline Comments

Are we attached to /// /// being multiline? I still kinda like the previous //\ /. I feel like it sticks out more, and it gives our language a bit of flavor.

Branches

I feel like we have way too many branches now that we don't really need. I think it's time that we just make a branch for a specific functionality and not for specific people. Because it doesn't really make sense if more than 1 person works on the same function at the same time; this will most definitely produce a lot of merge conflicts. So here's what I propose:

  • Delete all the branches that have been merged already (I already deleted my "trixie" branch), or you don't really use/need; only make a new one if you want to work on a specific thing without being bothered by the other members
  • Rename branches based on their functionality (i.e., PC-Scanner should just be scanner, etc.)
  • Since master has been moving, all of the remaining branches are falling behind. We have to make sure to merge master into them so they are caught up. Once that is done, we can start fresh again.

**Note: The key thing here is that master SHOULD NOT be ahead of the sub-branches. The point of branching out is to collect them all into master once the members are satisfied with the changes in those branches.

README Nitpicks

Remove period in headings

"supporst"

Think through the double noscope example. The JavaScript translation looks wrong.

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.