Giter Club home page Giter Club logo

john-leitch / aphid Goto Github PK

View Code? Open in Web Editor NEW
32.0 5.0 3.0 39.21 MB

A multiparadigm language intended to be embedded in .NET applications or compiled into other languages like Python or PHP. The internals of Aphid are clean and easy to work with, allowing for rapid creation of derivative domain-specific languages.

Home Page: http://autosectools.com/Aphid-Programming-Language

License: GNU General Public License v2.0

C# 98.16% LLVM 0.01% Batchfile 0.01% HTML 0.01% JavaScript 0.02% Makefile 0.01% TypeScript 0.01% Smalltalk 1.80%
aphid c-sharp programming-language programming-language-development lexer-generator parser-generator

aphid's People

Contributors

autosectools avatar john-leitch avatar

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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

aphid's Issues

Expand array indexer support

Expand array indexer support to cover:

  • Custom indexers.
  • Fallback to dynamic member access when no standard support present.
  • Multidimensional indexes.

Add lazy operator support.

Add support for lazy operator, which can be applied to expressions in the same manner as standard unary prefix operators.

Add alternate syntaxes for object construction.

Add alternate syntaxes for object construction:

  • Parameterless e.g. var f = new StringBuilder;
  • Call-style e.g. var f = StringBuilder();
  • Add initializer support e.g. var f = new StringBuilder { Capacity = 0x10 }

Enhance IEnumerable<object> to IEnumerable<T> inference and similar

  • Enhance IEnumerable to IEnumerable inference.
  • Cover similar scenario, IEnumerable to T[] inference.
  • Cover similar scenario, List to T[] inference.
  • Enumerate similar scenarios, prioritize based on frequency.
  • Explore automation, such as code generation based on heuristic analysis of ctor params.

Add 'let' keyword support

Add 'let' keyword support as an alternative to 'var' for declaring immutable variables i.e. F#-style value bindings.

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.