Giter Site home page Giter Site logo

wopslang / wops Goto Github PK

View Code? Open in Web Editor NEW
26.0 3.0 3.0 193.58 MB

Wops programming language

Home Page: https://www.wops.dev/

License: Apache License 2.0

C++ 94.46% C 2.27% Makefile 0.75% Shell 2.52%
programming-language pseudocode competitive-programming language ps-programming-language cp-language ps-language wopslang interpreter

wops's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wops's Issues

parsing system is totally messed up

the parsing system is totally messed up.

Because there are too many errors in the parsing system, we'd review every logic in the src/parser/parse.cpp

CI System

CI system is on development!

  • Linux
  • Windows

variable redefine error in iteration

Once the iteration statement is rotated, the variable 'x' in the iteration statement must be removed from memory, but remains, generating an 'Redefine Error' for x.

Code
image

Output
image

TODO

  • Array(Object System)

    • Declare: int a[1000];
    • Declare with initialization: int a[5] <- {1 ~ 5} or int a[5] <- {1, 2, 3, 4, 5}
    • Substitution: a[3] = 7
    • Substitution with range: a[0 ~ 3] = 100
    • For statement with Array: for i in a
    • Everything about array hasn't been decided yet.
  • Error Handling System(v0.1.4)

    • Print the line number where the error has occurred
  • Inline Block

  • Add More Comments in Source/Header File Code

  • Allow Third-party Library

  • Issue Template

  • Clean Code

Making howto.md

Make guidebook to run Wopslang and to contribute this repo.

File will be made in doc folder.

v0.1.3 doesn't work in Windows

As fixing some core codes, the Segmentation Fault error is being reported in v0.1.3.
We're still debugging and finding what's going 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.