Norayr Chilingarian
ae02654300
Revert "added SYSTEM.INT8, SYSTEM.INT16, SYSTEM.INT32, SYSTEM.INT64. tested only"
...
This reverts commit 060ec5134d [formerly 38794808ac ].
Former-commit-id: 712244b161
2015-03-10 19:32:11 +04:00
Norayr Chilingarian
060ec5134d
added SYSTEM.INT8, SYSTEM.INT16, SYSTEM.INT32, SYSTEM.INT64. tested only
...
on x86_64 yet. -- noch
Former-commit-id: 38794808ac
2015-02-27 19:08:57 +04:00
Norayr Chilingarian
cf29c4721b
main program msg is also green
...
Former-commit-id: 561137e16d
2014-04-14 02:29:33 +04:00
norayr
72e3679b72
green output, powerpc binaries
...
Former-commit-id: 175a480412
2014-04-14 01:57:06 +04:00
Norayr Chilingarian
485e27a287
first colored messasges in OPM using vt100, 'f' option added to disable
...
it
Former-commit-id: 338c3f47e8
2014-04-14 01:22:03 +04:00
Norayr Chilingarian
66c583b70e
separated Kernel, Files. Texts modules for bootstrapping and general use
...
Former-commit-id: e1f76da278
2014-03-21 04:00:44 +08:00
Norayr Chilingarian
745b4851ca
fixed issue with multiple modules compilation.
...
now voc adds dependency modules object files to the main module
compiling command line.
for example, if MM0 imports MM1 then if we call voc like:
voc -l MM1.Mod -s MM0.Mod -M
the commandline will look like
cc MM0.c MM1.o -static -o MM0 -fPIC -g -I /opt/voc-1.0/src/lib/system/gnuc/x86_64 -I /opt/voc-1.0/lib/voc/obj -lVishapOberon -L. -L/opt/voc-1.0/lib
Former-commit-id: a3214b8154
2013-10-07 16:46:04 +04:00
Norayr Chilingarian
d858f133f8
-MC now works, does not compile main unit by default, but creates object
...
file and don't link it.
Former-commit-id: cb804b16cb
2013-10-05 22:40:38 +04:00
Norayr Chilingarian
6a1eccd316
voc compiler first commit
...
Former-commit-id: 760d826948
2013-09-27 22:34:17 +04:00