Coder Social home page Coder Social logo

io's People

Contributors

allcontributors[bot] avatar bd103 avatar dependabot[bot] avatar dillonb07 avatar imgbotapp avatar kokonut27 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

dillonb07

io's Issues

[BUG] Lexer structured wrong

Your Lexer is OK, but some things aren't what they are supposed to be.

  1. The Lexer shouldn't throw errors

The Lexer just tokenizes things, it doesn't throw errors, no matter how bad the code is. That job is for the parser/interpreter.

  1. Token types should not be in the same file

You need a file where you can import them, and most languages have a lot of types of tokens, so it's pretty important

There are a couple others, but these are the 2 big ones

These probably need to be fixed before first release

[QUESTION] Website?

Hey,

I don't have any projects I'm currently in the middle of (other than learning Swift), and I noticed that you don't really have a website for this.
Do you want me to make one using Flask?

Features
  • Fully responsive with Flexbox
  • Working contact form(smtplib)
  • Space for documentation
  • Interesting design. - If you have a preferred style tell me
  • <code> blocks syntax highlighting for some languages... sorry, not this one

[ENHANCEMENT] Use PEG

Using PEG will allow you to get the lexer and parser done really quickly, and the right way, and there's less room for error.

I recommend considering this

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.