Skip to content
View PaulKlint's full-sized avatar

Organizations

@cwi-swat @impulse-org @usethesource

Block or report PaulKlint

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 Loading

  1. usethesource/rascal Public

    The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)

    Java 420 78

  2. usethesource/rascal-core Public archive

    Static checker, compiler to Java and run-time classes for compiled Rascal programs

    Rascal 12 4

  3. usethesource/typepal Public

    TypePal is a framework for name analysis, type checking and type inference

    Rascal 5 4

  4. dagrejs/dagre-d3 Public

    A D3-based renderer for Dagre

    JavaScript 2.9k 595

1,208 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created an issue in usethesource/rascal that received 2 comments

typeOf gives incorrect type for concrete list

Describe the bug The typeOf function gives an incorrect type for a concrete list To Reproduce Steps to reproduce the behavior: import Type; import …

2 comments
Loading