-
After having resolved all of the dependency and version number problems, it still does not run.
I guess I give up for today, I spent 4 hours to get that running, and the weekend is short.
```
ingo@ob…
-
@mmhelloworld I think this repo should be renamed to be consistent with the other repos. My suggestion is frege-native-gen.
-
`build-instructions.md` says to run `make frege.mk`. but the target doesn't exist.
-
While making the docs for the new release, the following happened:
```
ingo@obonto:~/Frege/frege$ java7 -cp fregec.jar frege.tools.Doc -v -d ../frege.github.com/doc frege.data.Graph
F frege.data.Gr…
-
Add vector of source files that should be compiled in order out of all files found. Should be relatively to one of the source paths.
Logic should extrapolate the vector across the source paths and t…
-
See here for a detailed description: https://github.com/Frege/native-gen/issues/6#issuecomment-65934714
-
JavaFX classes cannot be loaded out of context. We need some kind of hook to start the whole process inside com.sun.javafx.application.PlatformImpl.runLater.
Stack trace:
java -jar native-gen-1.0-SN…
Dierk updated
9 years ago
-
Even after setting the code page to 65001, Greek letters are not displayed correctly on Windows.
-
_From [bruno...@gmail.com](https://code.google.com/u/105016684496602932564/) on October 01, 2009 16:46:42_
Implement Sequent Calculus.
Sequent Calculus should be a specialization of something more g…
-
Example:
```
data Rec a b = R { name :: forall f. Functor f => f a -> f String, age :: b }
```
Compiler aborts with
```
frege.runtime.Undefined: bound Meta not allowed in substTau
```
This is due…