Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

COMP2021-OOP-Group1/A-Command-Line-Based-Interpreter-for-Simple-Programs

Repository files navigation

COMP2021 Group Project - A Command-Line-Based Interpreter for Simple Programs

A Command-Line-Based Interpreter for Simple Programs

What We Make:

Using Java to make an Interpreter which can enable users to define and interpret the SIMPLE Programming Language.

Some Background about SIMPLE:

SIMPLE Programming Language Structure:

  • two data types:

    • bool (true & false)
    • int (range: -99999 to 99999)
  • Operators (15):

    • +, -, *, /, #, ~, >, >=, <, <=, ==, !=, &&, ||, !
  • Statements (7) - a unique label & a unique name:

    • variable definitions
    • skips
    • assignments
    • conditionals
    • loops
    • prints
    • blocks

Programming Language:

  • Java (JDK 17)

Content:

  • Application.java
  • model
    • Simple.java
    • Parser.java
    • Data.java

Group Members:

A Group Project of OOP (COMP2021) subject - Project Group 1 at The Hong Kong Polytechnic University, made by

  • Guanlin Jiang (David)
  • Gabriel Conte
  • Ossian Bergstrom
  • Yukai Wang (Hugh)

About

A Command-Line-Based Interpreter for Simple Programs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

Languages

AltStyle によって変換されたページ (->オリジナル) /