Coder Social home page Coder Social logo

jwpjrdev / lem-lang Goto Github PK

View Code? Open in Web Editor NEW
4.0 0.0 0.0 165 KB

A maintainable & intuitive Bash alternative

Home Page: https://lem.jwpjr.tech

License: MIT License

Rust 87.40% Shell 12.60%
lem lem-lang language lang rust scripting scripting-language

lem-lang's Introduction

lem-lang

Build Status Coverage Status

A maintainable & intuitive Bash alternative

Examples

Multiple examples can be found in the examples/ directory. To run one, run just example <file>. For example, if you wish to execute printing.lem, run just example printing.

lem-lang's People

Contributors

deepsource-autofix[bot] avatar deepsourcebot avatar jwpjrdev avatar

Stargazers

 avatar  avatar  avatar  avatar

lem-lang's Issues

Implement more types & multiple parameters

Currently, the only valid type is strings. There's a whole bunch of others to implement (check out the docs).

In code, all builtin (soon to be function) arguments are just a single string. This makes for some very ugly code (there's no dedicated value struct or anything to hold data & manage types). After this is dealt with, the AST especially will hopefully be a lot more idiomatic.

Line terminators: yay or nay?

Should we have line terminators (e.g. semicolons at the end of lines)?
Currently, it's simpler to implement line terminators, but it would be preferred to remove them altogether.

Loosen requirements for scripts

Currently, scripts are required to be in a file that has an extension of .lem, but this is an unnecessary inconvenience. Eventually, this requirement will be removed.

Looser CLI input

Allow lem helloWorld to run either helloWorld or helloWorld.lem. If helloWorld exists, run it. Otherwise, run helloWorld.lem.

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.