Code Monkey home page Code Monkey logo

cobweb's Introduction

CobWeb

A Programming Language Developed In Java. (Currently Broken, it Needs an IDE)

What is it?

  • Its a "programming language" concept, built using Java
  • It needs a lot of work and i'm contemplating rebuilding the whole thing in C or C++
  • Props to PogoStickDev29, hes a real MVP

Table of Contents

The Tokenizer

The tokenizer is a vital part of a programming language, the tokenizer removes all the whitespaces and then seperates the different parts of the code, such as the variables, the values and the classes. To do this we just seperate diffferent values using differnt properties of those items. i.e. separate every statement that starts with print with two spaces in it and separate everything in quotation marks.

The Parse

The Parser is the bit of the code that actually looks through the tokenizied code and then gives each a block, it makes sure that all of the code is separated into blocks, (This means the code knows where it is basically).

The Block

This separates the code into blocks, the blocks allow the program to know where it is relative to the whole code, it results in the program not jumping all over the place. It gives the code a set order that it has to follow, for example the program has to complete the constaints to escape while loops, and it doesn't enter if statements if the parameters aren't met etc.

Additional Resources

TODO :// add extra resources.

  • link to computer systems books

Social Media

cobweb's People

Contributors

sp1d5r avatar

Watchers

James Cloos avatar

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.