Giter Club home page Giter Club logo

lanat's Introduction

I'm David, and I LOVE everything related to technology, and especially how it works. I find old tech fascinating and programming is likely my favorite hobby.

Great, but now look at these images, don't they look cool on a GitHub profile? People seem to like them.

Some other stuff about me

  • Yes, I am weird.
  • I love reading and writing clean code!

Almost forgot, I am available on these sites:

Codepen   Kofi   Email

If you prefer to contact me more informally, you can just reach me through discord (@darvil82).

lanat's People

Contributors

darvil82 avatar fadeoffical avatar

Stargazers

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

Watchers

 avatar

lanat's Issues

Refactor Tokenizer error handling

Currently, the way errors are formatted using ErrorFormatter is rather limiting. For the parser is fine, but the tokenizer should work with characters, and not tokens (because tokenization hasn't finished when the tokenizer throws errors)

Infer simple Argument Types from the Command Template field if possible

When defining an argument, you are always forced to specify the type. However, in some cases where simple types are used (such as IntegerArgumentType or StringArgumentType), these types can be perfectly inferred from field types of CommandTemplate classes.

For example, this should be legal:

@Command.Define
class MyProgram {
	@Argument.Define
	public String name; // ArgumentType will be StringArgumentType
}

Note that this will only work for types that are not wrapped inside Optional. (We can't know generic types at runtime)

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.