GithubHelp home page GithubHelp logo

argon's Introduction

Argon Compiler

Argon is a programming language created by Jacob. This repository contains the compiler for the Argon language written in Java.

Language Guide

The full language guide detailing the syntax and grammar of Argon can be found in the docs/language-guide directory.

Versioning

Information about versioning features is available in the docs/versioning folder.

Compiler Architecture

Documentation on the overall compiler architecture can be found in the docs/compiler-architecture directory.

Components

Abstract Syntax Tree (AST)

The AST is structured as follows:

  • Class Declaration Node: Represents a class declaration. It contains lists of method and field name nodes.
    • Method Node: Represents a method declaration. It contains lists of statement nodes and parameter nodes.
    • Parameter Node: Represents a method parameter.

The parsing method utilizes a recursive descent approach.

Current Status

This project is currently being developed solo. The parsing functionality has been completed, achieving consistent lexing and parsing times of 3-6ms. The focus now is on code generation and optimization.

Future Work

Future versions of Argon may include additional features and optimizations.

About Argon

Argon is a minimalistic programming language designed for simplicity and ease of use.

Author

This compiler for Argon is authored by [Jacob].

Feel free to contribute to the project or provide feedback. Happy coding!

argon's People

Contributors

jl1172 avatar

Stargazers

 avatar

Watchers

 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.