Code Monkey home page Code Monkey logo

compiler's Introduction

Hello there! I'm Paulo Mattos

Computer and Information Engineering Student at UFRJ. (Mar 2016 - Currently)
Programer at MinervaBots. (Feb 2017 - Feb 2019)
Software/Firmware Developer Intern at PRODEC Technology (Aug 2018 - Aug 2019)
Researcher and Developer at LAMCSO. (Jul 2017 - Currently)



Python C# C++ Unity Arduino
JavaScript Node.js VueJS
Git Actions Docker

Currently learning:
React





compiler's People

Contributors

dependabot[bot] avatar paulohmattos avatar

Watchers

 avatar  avatar

compiler's Issues

Coisas faltando

Operadores

  • %
  • ++
  • --
  • +=
  • -=
  • /=
  • *=

Sintaxe

  • Trivia/comentários
  • Usar tipos do .NET?
  • Structs
  • Classes
  • Enums
  • Namespaces
  • Importar referências do .NET

Adiciona suporte para valores default

Permitir declaração de variáveis das seguintes formas:

var i : int // Valor default 0
var s : string // Valor default ""
var b : bool // Valor default false
var i : int = default // Valor default 0
var s : string = default // Valor default ""
var b : bool = default // Valor default false

Isso é necessário para a declaração de structs (#24) e classes

Permitir for loop inverso

Um loop for no formato

for i = 100 to 0 step -1
{
     // ....
}

Não é executado devido a forma como acontece a checagem de bounds

Structs

  • Declaração
  • Construtores
  • Acesso de campos
  • Acesso de propriedades
  • Atribuição de campos
  • Atribuição de propriedades
  • Passar por referencia
  • Passar como readonly

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.