This website requires JavaScript.
Explore
Help
Sign In
nitrix
/
klang
Watch
1
Star
0
Fork
0
You've already forked klang
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
1ae404b978ea077f3c1548970c6c88b2f5c27791
klang
/
src
/
main
/
java
/
de
/
hsrm
/
compiler
/
Klang
History
nitrix
1ae404b978
always add the declared type as the type of a variable declaration. do not use the combined type as the type of the variable that is declared
2020-02-04 11:21:48 +01:00
..
helper
implement method to generate an error prefix that mentions the line and column the error occured in
2020-02-03 22:19:36 +01:00
nodes
add fields to save the line and column in which the token corresponding to the node was found
2020-02-03 22:20:25 +01:00
types
my initial short for typechecking, still very unifinished tho
2020-01-21 00:21:54 +01:00
visitors
add missing type declarations to pretty print output
2020-02-04 00:16:14 +01:00
ContextAnalysis.java
always add the declared type as the type of a variable declaration. do not use the combined type as the type of the variable that is declared
2020-02-04 11:21:48 +01:00
GetFunctions.java
add error prefix to the runtime exception message
2020-02-03 22:28:37 +01:00
Klang.java
the the result of eval as an object and call toString\(\) on it
2020-02-03 23:53:25 +01:00
Value.java
remove unused import
2020-02-04 00:07:56 +01:00