This website works better with JavaScript.
Home
Help
Register
Sign In
AerScript
/
Aer
Watch
0
Star
6
Fork
0
Code
Issues
6
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Reorganisation
pull/8/head
Rafal Kupiec
3 years ago
parent
25264bd774
commit
03bfd2203c
Signed by:
belliash
GPG Key ID:
4E829243E0CFE6B4
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
Makefile
+0
-0
lexer.c
+0
-0
parser.c
+ 2
- 2
Makefile
View File
@ -10,11 +10,11 @@ OBJ =\
constant.o
\
hashmap.o
\
interpreter.o
\
lex.o
\
lex
er
.o
\
lib.o
\
memobj.o
\
oop.o
\
parse.o
\
parse
r
.o
\
vfs.o
\
vm.o
lex.c → lexer.c
View File
parse.c → parser.c
View File
Write
Preview
Loading…
Cancel
Save