Skip to content
View seenws's full-sized avatar
💬
Come around here often?
💬
Come around here often?

Block or report seenws

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
seenws/README.md
$ whoami
Sinan Olsson-Pasic — independent software engineer · Sweden

$ cat introduction.md
I'm Sinan, an independent developer and generalist interested in compilers and linguistics.

I spend a lot of time tinkering with compilers and language tooling. I'm also a
developer at Warbreaker.gg, a resource hub for Warriors in World of Warcraft, and
the author of gram.en, a grammatical analysis engine built using compiler techniques.

Outside of that, you'll usually find me reading, playing video games, programming,
or finding some new rabbit hole to build something around.

$ cat interests.md
compiler design · computational linguistics · numerical analysis · applied mathematics

C C++ Python JavaScript TypeScript C#

$ ps aux | grep building
seenws   1957  99.9  gram.en        explainable grammatical analysis engine in TypeScript
seenws  31415  98.2  tinyblas       minimal, dependency-free BLAS implementation in C99
seenws   8086  97.6  mini-lisp-x86  Common-Lisp-to-x86_64 compiler in C99
$ ps aux | grep fun
seenws    140   3.1  adofai-highway | C#/Unity | Scrolling note-highway mod for A Dance of Fire and Ice
seenws   2012   2.7  prototype2plusplus | Lua | Difficulty overhaul for Prototype 2
seenws   1997   0.0  chess-in-the-terminal | C99 | Lightweight chess engine that runs in any terminal
$ cat contact.txt
email:      sinan.olsson.pasic@gmail.com
discord:    _seenws

Pinned Loading

  1. chess-in-the-terminal chess-in-the-terminal Public

    Chess in the Terminal (CITT)

    C

  2. gram.en gram.en Public

    Explainable grammar-analysis engine using a compiler-inspired approach for verifiable grammatical repairs of natural languages.

    TypeScript

  3. mini-lisp-x86 mini-lisp-x86 Public

    Common-Lisp-to-x86_64 compiler

    C

  4. tinyblas tinyblas Public

    C

  5. morse-translator-C morse-translator-C Public

    Fast morse code translator written in C.

    C

  6. bfintc bfintc Public

    Simple interpreter for Brainfuck written in C, meant as an introduction to writing interpreters.

    C 1