Skip to content
View Blopaa's full-sized avatar
👀
i want to help on other repos
👀
i want to help on other repos
  • Spain-Murcia
  • 11:18 (UTC +01:00)

Highlights

  • Pro

Organizations

@faztcommunity

Block or report Blopaa

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
Blopaa/README.md

👋 Hi, I'm Pablo Sabater Jiménez

🚀 Building compilers (Orn Lang) • 🎯 TypeScript framework creator (Edno) • ⚙️ cs student


🧠 Languages I Use


🔗 Projects & Links


🛠️ What I'm Building

🎯 Orn Lang Compiler

  • Modern low-level language with fast single-pass compilation
  • Zero-copy reference design for maximum performance
  • Precise, actionable error messages for developers
  • x86-64 native code generation

🌐 Edno Framework (Deprecated - Old Project)

  • Legacy TypeScript web framework with decorators & dependency injection
  • Historical project showcasing early framework design concepts
  • No longer maintained or updated
@Controller("/greet")
export default class ControllerExample {
    constructor(@Inject(ComponentExample) private component: ComponentExample) {}

    @Get("/:name")
    @HttpCode(HttpStatus.OK)
    public greet(@Param("name") name: string): string {
        return this.component.greet(name);
    }
}

📊 GitHub Stats

Pinned Loading

  1. Edno Edno Public

    fast and simple backend framework with OOP ​and decorators made with pure node and typescript

    TypeScript 22

  2. Orn Orn Public

    A compiler for a typescript like, low level programming language

    C 18 2