Vladislav Folts
|
1efcbb1c4c
Use git submodule instead of wiki's copy
|
4 years ago |
Vladislav Folts
|
3a6f606f92
Sync with wiki pages
|
4 years ago |
vladfolts
|
fe89a433ef
Fix the links
|
4 years ago |
Vladislav Folts
|
7592a7ed4c
Streamline `build.py`, update documentation and `bin/compiled.zip`
|
4 years ago |
Ivan Denisov
|
8cb0a1c138
localize compiler messages
|
4 years ago |
Ivan Denisov
|
989479a2f2
improve codemirror script for Oberon07
|
4 years ago |
Vladislav Folts
|
7931464e14
Handle module reading/compilation errors separately from IMPORT errors
|
4 years ago |
Vladislav Folts
|
50b9eb5dc3
Make possible to localize compiler messages
|
4 years ago |
Vladislav Folts
|
189c137aa5
Make possible to assign any variable to `JS.var` but not the opposite
|
4 years ago |
Vladislav Folts
|
0fcf569a09
Fix typo
|
4 years ago |
Vladislav Folts
|
cdf482fc86
Fix internal compiler error on declaring methods in POINTER TO RECORD declaration
|
4 years ago |
Vladislav Folts
|
de6ce9e1c3
Fix nodejs warning
|
4 years ago |
Vladislav Folts
|
9748d08d9a
Fix typo
|
4 years ago |
Vladislav Folts
|
f8192b6c8a
Add Travis CI
|
4 years ago |
Vladislav Folts
|
8d2ae00f42
Let the compiler itself to report current module location on error
|
4 years ago |
Vladislav Folts
|
2901e34529
Compile oberon source files from VSCode
|
4 years ago |
pjmlp
|
95a34810fa
Fixed the Sublime plugin for version 3.
|
4 years ago |
pjmlp
|
9ea22f0d64
Added Mod as file extension.
|
4 years ago |
Vladislav Folts
|
e2ca8d6378
Update the link to the online compiler
|
5 years ago |
Vladislav Folts
|
de5159d484
cleanup
|
8 years ago |
Vladislav Folts
|
b5c9786bf3
Redo JS reserved words mangling: mangle identifiers in code generation
|
8 years ago |
Vladislav Folts
|
e25413ba63
Provide module resolver for oc.compile()
|
8 years ago |
Vladislav Folts
|
7bece8683c
Update documentation.
|
9 years ago |
Vladislav Folts
|
d75a343ff6
fix code generation for array initializers
|
9 years ago |
Vladislav Folts
|
22e5a2e059
Use CONST array to simplify search for reserved word.
|
9 years ago |
Vladislav Folts
|
5251807872
arrays inited with string literals are arrays of STRING.
|
9 years ago |
Vladislav Folts
|
b0f535a9ae
array initializer
|
9 years ago |
Vladislav Folts
|
b1a4287e0a
Optimize code generation when record constructors are used in ternary
|
9 years ago |
Vladislav Folts
|
b1416b1ed3
ternary operator returns STRING if one of its operands is string literal
|
9 years ago |
Vladislav Folts
|
c11249d21b
bug fixes
|
9 years ago |