You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,19 +18,6 @@ Or use the install script [here](https://github.com/sailfish-lang/sailfish-lang-
18
18
19
19
***
20
20
21
-
## Language Limitations
21
+
## The Manual
22
22
23
-
There exist a number of known issues with the Sailfishc compiler. Some of these issues are limitations of the languages, others are simply results of incorrect implementation.
24
-
25
-
1. mutual recursion
26
-
2. importing udt's within udt's impossible
27
-
3. name collisions if udt's/script have similarly named attributes/methods/variables
28
-
4. No udt constructors
29
-
5. no udt static methods
30
-
6. double dispatch does not transpile properly
31
-
7. functions are not first class
32
-
8. declaring more than one attribute accessor within function call params does not transpile correctly
33
-
9. io
34
-
10. string comparisons
35
-
36
-
***
23
+
To get started and learn more about Sailfish and Sailfishc, I would reccomend checking out the [Manual](https://github.com/sailfish-lang/sailfishc/blob/master/Sailfish.pdf).
0 commit comments