Philip Blair

Results 26 issues of Philip Blair

This PR adds support for table rows with multiple lines of data (as mentioned in #20). Note that, given this, automatic line wrapping could easily be added with the use...

Currently, all modules need to be on the local Grain PATH in order for compilation to take place. I would like imports to be able to be specified by a...

enhancement

Hello, I am trying to understand the [`with_coref`](https://github.com/YoungXiyuan/DCA/blob/master/dataset.py#L100) and [`find_coref`](https://github.com/YoungXiyuan/DCA/blob/master/dataset.py#L127) functions in the dataset loader. Roughly speaking, it appears that the goal of `find_coref` is to do the following (in...

Closes #189 . One note about this API: the Binaryen constructor for `try` accepts either a list of catch expressions or a delegate tag. Keeping in line with the other...

We should try to be consistent with grain-lang/grain, whose default branch is named `main`. Assigning to @ospencer, since I'm afraid of big red buttons.

Our bitwise operators work on all integral types (simple ints, Int64) in Grain. At the moment, they are implemented by converting the numbers to i64s, doing the operation, and converting...

investigation