Skip to content
View brendandagys's full-sized avatar
💭
Currently learning to write a C compiler...
💭
Currently learning to write a C compiler...
Block or Report

Block or report brendandagys

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. C-compiler C-compiler Public

    A C compiler, written in C. Lexes program tokens, parses them into an Abstract Syntax Tree using Pratt parsing, and generates x64-64 assembly code. Reference: https://github.com/DoctorWkt/acwj/tree…

    C

  2. Systems-Programming-on-Linux-with-C Systems-Programming-on-Linux-with-C Public

    Exploring various system programming concepts related to Linux and the C programming language. Includes I/O and more.

    C

  3. Serverless-Merge-Sort-with-AWS-SAM Serverless-Merge-Sort-with-AWS-SAM Public

    A serverless API built with AWS SAM and the Rust programming language, that takes an array of numbers and returns them sorted, using the merge sort algorithm.

    Rust

  4. AWS-Architecture-for-React-TypeScript-Deployment-with-S3-Fargate AWS-Architecture-for-React-TypeScript-Deployment-with-S3-Fargate Public

    Contains three CloudFormation templates that you can use to deploy your TypeScript React application on AWS with, Fargate, S3, CloudFront, and many other services.

  5. Rust-A-20-Minute-Introduction-Presentation Rust-A-20-Minute-Introduction-Presentation Public

    A presentation I gave at a DevTricks August 2022 meetup organized by Rentsync. Spoke about the Rust programming language: what it is, what it's used for, its benefits, and key concepts. Live-coded …

  6. CPP-Drills CPP-Drills Public

    Following my study of the book Programming: Principles and Practice Using C++, by the creator of the language, Bjarne Stroustrup. Most chapters have a challenging drill at the end that does a great…

    C++