This website works better with JavaScript.
Home
Explore
Help
Sign In
kindlich
/
ZenScript
forked from
ZenScript/ZenScript
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
ZenScript main repository
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
172
Commits
7
Branches
Tree:
1f77d3080b
1.14
WIP/functionalInterfaces
development
feature/remove-storedtypes
genericParams
master
stdlib
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '1f77d3080b'
${ noResults }
ZenScript
/
IDE
/
src
/
main
/
java
/
org
/
openzen
/
zenscript
/
ide
History
Stan Hebben
17338a30b3
Fix font size not following DPI in the code editor
6 years ago
..
codemodel
- CodePosition now stores source file references rather than source file names, allowing easier matching - Starting work on error recording and display - Fixed compilation of modules with dependencies - Added a couple improvements to code typing for matching brackets - Fixed java source compilation of abstract classes and methods
6 years ago
host
- Added usize as basic type - Ranges now only have a single base type; from and to must be the same type - Adjusted builtins and stdlib to use usize where applicable - Moved building a SemanticModule from ParsedFile to the parser; reduces dependencies
6 years ago
ui
Fix font size not following DPI in the code editor
6 years ago
Arguments.java
- Annotations are now serializable - Fixed various serialization bugs, continuing work on serializer
6 years ago
JavaBytecodeMain.java
- Annotations are now serializable - Fixed various serialization bugs, continuing work on serializer
6 years ago
Main.java
- Annotations are now serializable - Fixed various serialization bugs, continuing work on serializer
6 years ago