Dmitry Boulytchev
dd5956d663
Strings/arrays/builtins in int/sm
2018-04-25 01:06:18 +03:00
Dmitry Boulytchev
b19bea4d58
Functions in X86
2018-04-11 00:47:46 +03:00
Dmitry Boulytchev
8907ab2119
Text
2018-04-06 02:40:24 +03:00
Dmitry Boulytchev
73ad0dd515
Stack machine for functions
2018-04-03 11:06:38 +03:00
Dmitry Boulytchev
784cc6510d
Function tests in interpretation
2018-04-03 08:05:10 +03:00
Dmitry Boulytchev
44b8a96e34
Tests in interpretation
2018-04-03 07:21:59 +03:00
Dmitry Boulytchev
b4f6f48e30
CPS-style
2018-04-02 10:38:54 +03:00
Dmitry Boulytchev
7352dc3da8
Functions without return
2018-04-02 07:00:36 +03:00
Dmitry Boulytchev
0ab54cddbc
Renamed enter/leave
2018-04-02 06:09:30 +03:00
Dmitry Boulytchev
47080c50cd
Reverted to procedures implementation
2018-04-02 06:07:19 +03:00
Dmitry Boulytchev
5c7cb4ccaa
Revert "hw6"
...
This reverts commit 2645f1433c .
2018-04-02 05:58:02 +03:00
Dmitry Boulytchev
2d48cecb1a
Revert "Fixed docs"
...
This reverts commit eff25f1cf4 .
2018-04-02 05:56:26 +03:00
Dmitry Boulytchev
2645f1433c
hw6
2018-03-28 17:13:59 +03:00
Dmitry Boulytchev
eff25f1cf4
Fixed docs
2018-03-28 15:01:04 +03:00
Dmitry Boulytchev
bad97b4d6f
05.tex done
2018-03-28 00:12:06 +03:00
Dmitry Boulytchev
08c0d5d4a2
05.tex
2018-03-27 22:53:31 +03:00
Dmitry Boulytchev
087bdfd10a
Procedures in SM
2018-03-27 03:13:00 +03:00
Dmitry Boulytchev
b4ef95c8bc
Procedures in interpretation
2018-03-27 01:51:22 +03:00
Dmitry Boulytchev
30697f19eb
Added 04.tex
2018-03-25 21:05:37 +03:00
Dmitry Boulytchev
8409f69983
Control constructs
2018-03-20 23:13:51 +03:00
Dmitry Boulytchev
a60a491e73
Implemented control constructs
2018-03-20 20:30:58 +03:00
Dmitry Boulytchev
f8a5e2067a
Sync
2018-03-20 19:32:38 +03:00
Dmitry Boulytchev
7d9776c4cb
Merge branch 'hw4'
2018-03-14 23:27:16 +03:00
Dmitry Boulytchev
f10cdcf2e8
Yep...
2018-03-14 23:26:52 +03:00
Dmitry Boulytchev
bded424f88
Added 03.tex
2018-03-14 23:24:45 +03:00
Dmitry Boulytchev
24a1006020
03.tex
2018-03-11 23:48:36 +03:00
Dmitry Boulytchev
8758485b80
Control statement (interpreter, SM, x86)
2018-03-11 22:30:01 +03:00
Dmitry Boulytchev
42d94672bc
Merge branch 'master' of https://github.com/dboulytchev/compiler-workout
2018-03-11 15:41:38 +03:00
Dmitry Boulytchev
28496909df
Sync
2018-03-11 15:41:35 +03:00
Anton Podkopaev
1a33860560
Merge pull request #236 from agordeevw/master
...
Fixed travis job termination because of log size
2018-03-10 10:45:16 +03:00
Alexander Gordeev
5434af0fd6
Reduced verbosity of makefiles to prevent travic job termination because of log size
2018-03-10 05:47:35 +07:00
Dmitry Boulytchev
653ab9e0df
Sync
2018-03-08 01:00:01 +03:00
Anton Podkopaev
a02d2f10f0
Fixed comment.
2018-03-07 14:54:02 +03:00
Dmitry Boulytchev
9a05e26f2c
Switched to new packages
2018-03-07 14:45:44 +03:00
Dmitry Boulytchev
de018e76aa
Added X86 codegeneration interface and tests
2018-03-07 10:18:30 +03:00
Dmitry Boulytchev
0561c22217
Inserted comments
2018-03-07 10:13:34 +03:00
Podkopaev Anton
77ec064c5c
Typo.
2018-03-06 18:46:57 +03:00
Podkopaev Anton
57ccfa2352
Typo
2018-03-06 18:37:17 +03:00
Podkopaev Anton
7678510c1f
Updated library version requirements.
2018-03-06 18:22:10 +03:00
Anton Podkopaev
8eb47be4c6
Merge pull request #163 from agordeevw/master
...
fixed 'cannot find file re_str.cmxa' build failure
2018-03-06 18:20:05 +03:00
Podkopaev Anton
07be69842f
Merge branch 'hw3' of github.com:dboulytchev/compiler-workout into hw3
...
* 'hw3' of github.com:dboulytchev/compiler-workout:
Added missed CONST instruction
2018-03-06 18:13:01 +03:00
Podkopaev Anton
0524d2b71a
Added .gitignore.
2018-03-06 18:11:03 +03:00
Podkopaev Anton
61a7b7b2ce
Fixed compilation error.
2018-03-06 18:10:19 +03:00
Podkopaev Anton
e56efaa9b7
Removed results of compilation.
2018-03-06 18:03:10 +03:00
Podkopaev Anton
c1a86eceae
Merge branch 'hw3docker'
...
* hw3docker:
Replace git-checkout with volume mounting from Travis sandbox
Build trigger
Fixed environment variables passed to Docker.
Build trigger
Switched to Docker for builds.
2018-03-06 17:59:12 +03:00
Podkopaev Anton
29cd925266
Merge remote-tracking branch 'origin/hw2'
...
* origin/hw2:
Fixed common.ml/Syntax.ml
Fixed common.mlyet again
Fixed SM.run
Added SM.run
Fixed common.ml
Sync
Added CONST instruction
2018-03-06 17:58:54 +03:00
Anton Podkopaev
423b4dc001
Merge pull request #199 from teners/hw3docker
...
Replace git-checkout with volume mounting from Travis sandbox
2018-03-06 17:53:44 +03:00
Sergey Sokolov
449831f735
Replace git-checkout with volume mounting from Travis sandbox
2018-03-06 17:41:06 +03:00
Podkopaev Anton
1bcc2143b4
Typo
2018-03-05 15:35:45 +03:00
Podkopaev Anton
def2a03bc8
Merge branch 'master' of github.com:dboulytchev/compiler-workout
...
* 'master' of github.com:dboulytchev/compiler-workout:
Added missed CONST instruction
2018-03-05 15:24:53 +03:00