Skip to content

Instantly share code, notes, and snippets.

View tan-90's full-sized avatar

Vinicius Lambardozzi tan-90

View GitHub Profile
@tan-90
tan-90 / attrs.rs
Created July 10, 2023 12:56
derive(Shareable)
use syn::spanned::Spanned;
pub struct Attributes {
pub repr: Repr,
pub transfer: bool,
}
#[derive(PartialEq, Eq)]
pub enum Repr {
Raw,
@tan-90
tan-90 / portfolio.Compiler.md
Created May 22, 2019 18:08
A parser and parse tree generator/viewer with ply

Compiler

About

The description of another gist project.

Keybase proof

I hereby claim:

  • I am tan-90 on github.
  • I am tan90 (https://keybase.io/tan90) on keybase.
  • I have a public key ASDMtR45JjJ8FqVFAYEj292oXbJr9MSZw5mFUY7I0Jlquwo

To claim this, I am signing this object:

@tan-90
tan-90 / portfolio.Neural Net.md
Last active May 22, 2019 18:03
A python/numpy handcrafted NeuralNet.

Neural Net

About

A project description for the portfolio gist viewer.