Skip to content
#

typechecking

Here are 51 public repositories matching this topic...

SebastianMestre
SebastianMestre commented Mar 8, 2022

While working on #300, I noticed that (after the fix is applied) the error messages display end-of-file as being on column 1 of line 1. This is probably caused by EOF token being created without relevant lexer context.

I took a quick look, and I think this is the relevant code:

https://github.com/SebastianMestre/Jasper/blob/03a95e0ca841791ce9ccbe073a2e79649799a421/src/lexer.cpp#L383-L391

A python 3 library providing functions and decorators to automatically generate class code, such as constructor body or properties getters/setters along with optional support of validation contracts on the generated setters. Its objective is to reduce the amount of copy/paste code in your classes - and hence to help reducing human mistakes :).

  • Updated Apr 19, 2021
  • Python

Improve this page

Add a description, image, and links to the typechecking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the typechecking topic, visit your repo's landing page and select "manage topics."

Learn more