-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
31 lines (19 loc) · 724 Bytes
/
README
File metadata and controls
31 lines (19 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
README
alias antlr4='java -jar /usr/local/lib/antlr-4.5.3-complete.jar'
alias grun='java -cp /usr/local/lib/antlr-4.5.3-complete.jar org.antlr.v4.gui.TestRig'
javac -cp ~/Downloads/antlr-4.5.3-complete.jar *.java
java -cp ".:/Users/yueming.liu/Downloads/antlr-4.5.3-complete.jar" Hello test.txt
Using interface for generated class instead of reflection
Method declaration
setMaxs()
number of variables and their index?
return type?
type of expressions?
more interface examples?
more error message?
more grammar for list comprehension?
yield grammar?
matlab return statement
TODO
use Java interface for matrix and cell operation
so, users can choose their prefered implementation instead of Jama.Matrix and Cell