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
cb0d63a71c64aa6675fa2e309f5647bc2f42842a
klang
/
src
/
main
/
java
/
de
/
hsrm
/
compiler
/
Klang
History
nitrix
cb0d63a71c
save the line and column of the corresponding token, generate an error prefix for every thrown error
2020-02-03 22:20:59 +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
my initial short for typechecking, still very unifinished tho
2020-01-21 00:21:54 +01:00
ContextAnalysis.java
save the line and column of the corresponding token, generate an error prefix for every thrown error
2020-02-03 22:20:59 +01:00
GetFunctions.java
Fix correct type name access
2020-01-27 16:47:16 +01:00
Klang.java
Added possibility to pass filenames for input / output
2020-02-03 17:16:27 +01:00
Value.java
add bool literal
2020-01-20 15:26:55 +01:00