Git Product home page Git Product logo

ninja's Introduction

Hi there ๐Ÿ‘‹

Website โ€ข Twitter โ€ข Linkedin

kata

I'm a Full Stack Developer and Security Specialist from Portugal. I'm love with everthing related to open source world. Currently i'm building my own programming language called ninja! Send me a message if you have any question about any topic.

My skills

  • PHP โค๏ธ +15 years
  • Javascript ๐Ÿ +11 years
  • Golang proficient ๐Ÿ˜Š
  • I'm eating CSS at breakfast ๐Ÿ’‡โ€โ™‚๏ธ
  • C# nerd ๐Ÿค“ (Unity is my secret weapon)
  • Shell / Bash ๐Ÿ› 
  • knowledge in Docker ๐Ÿƒโ€โ™‚๏ธ
  • Bitbucket Pipelines and Github Actions lover ๐Ÿ˜†

Libraries released

Tools/Software

Sponcers

  • None, but want be part of my sponcer list, Sponcer Me

ninja's People

Contributors

deepsourcebot avatar gravatalonga avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

skillian

ninja's Issues

For type `string` implement follwing methods

  • Method String: Split
  • Method String: Contain
  • Method String: Index
  • Method String: Replace
  • Method String: Upper
  • Method String: Lower
  • Method String: Trim
  • Method String: number()
  • Method String: float()

For type `array` implement following methods

  • join(<seperator>)
  • type()
  • filter(function(item) {})
  • map(function(item) {})
  • chunk(<integer>)
  • pop()
  • push()
  • rand()
  • reduce(function(carry, item) {})
  • shift()
  • slice(offset, lenght)

Documentation

Better documentation, we need to make a tour by all language feature.

Location of token

For each token is better to exists a Start: {Filename, Offset, Line, Column}, End: {Filename, Offset, Line, Column}

Bug when executing `break` statement

Describe the bug
Give nil pointer dereference when using break keyword.

To Reproduce
run following code:
break;

Expected behavior
nothing.

Desktop (please complete the following information):

  • Version v0.2.0

implement `switch`

Two cases:

switch expression { case 1: break;}

Other case

switch { case expression: break}

implement `const`

in environment create a nother map[string]bool to mark each key as writeable or not.

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.