Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins that include changes to files matching 'runt/libs/tool-compiler/net/multiphasicapps/javac/structure/*'

2020-03-02
05:18
Merge wip-gradle-modernization branch into trunk. check-in: a5aaa48037 user: stephanie.gawroriski tags: trunk, x-date-202003
2020-02-14
03:52
Move massive amount of files to their own modules. check-in: c7cae997bd user: stephanie.gawroriski tags: wip-gradle-modernization
2019-01-17
23:12
Deprecate all of net.multiphasicapps.javac.structure. check-in: 61819f4856 user: stephanie.gawroriski tags: trunk
22:37
Add base for representing the structure as a map. check-in: 4c35e326ee user: stephanie.gawroriski tags: trunk
2018-11-25
14:57
Update exceptions and such. check-in: fabe650c26 user: stephanie.gawroriski tags: trunk
2018-11-10
12:07
Reorder errors in runt/libs/tool-compiler check-in: 72087d726e user: stephanie.gawroriski tags: trunk
2018-05-14
15:16
Use lists and such instead to reduce duplication. check-in: 1e1ad46ebe user: stephanie.gawroriski tags: trunk
15:09
Base initialization of class contructor symbols. check-in: a4325e05ca user: stephanie.gawroriski tags: trunk
2018-05-13
13:52
Base fields. check-in: 5beca9a3ed user: stephanie.gawroriski tags: trunk
2018-05-12
16:50
Parsing of basc modifiers. check-in: d64064d681 user: stephanie.gawroriski tags: trunk
16:08
Implement iterator for ModifiersSyntax. check-in: 52887e665e user: stephanie.gawroriski tags: trunk
2018-05-10
18:15
Base for StructureModifiers and initializing the class constructor structure. check-in: 180d3ce2b5 user: stephanie.gawroriski tags: trunk
17:57
Base parse for formal parameters and type lookup. check-in: 844e5f924f user: stephanie.gawroriski tags: trunk
16:13
Base constructor for FormalParameters; Make FormalParametersSyntax Iterable. check-in: f602bf58f2 user: stephanie.gawroriski tags: trunk
15:58
Base call for parsing formal parameters. check-in: 6a67d8fa80 user: stephanie.gawroriski tags: trunk
15:43
Add base for name lookup for type parameters. check-in: 5ccc8355ff user: stephanie.gawroriski tags: trunk
15:36
Base parse for type parameters, if there are any. check-in: add0424a86 user: stephanie.gawroriski tags: trunk
15:19
Add base classes for type parameters. check-in: 521e3626cc user: stephanie.gawroriski tags: trunk
14:41
Check the name of the constructor to make sure it matches the contained class. check-in: f1b11af962 user: stephanie.gawroriski tags: trunk
2018-05-08
19:05
Base class for class constructor symbol and structure. check-in: 2c30010100 user: stephanie.gawroriski tags: trunk
18:36
In ClassSyntaxParser do not use LinkedHashSet, just use ArrayList; Base methods and handlers for classes. check-in: 7b2bbda30d user: stephanie.gawroriski tags: trunk
16:02
Base for class name lookup and class syntax parser. check-in: 1ee2eed22a user: stephanie.gawroriski tags: trunk
15:24
Make AbstractNameLookup an interface called NameLookup instead. check-in: 0f9740d09d user: stephanie.gawroriski tags: trunk
05:05
Try to initialize the package for a source code file if it was not initialized. check-in: d7fe4e0fc9 user: stephanie.gawroriski tags: trunk
01:35
Pass RuntimeInput to the parsers. check-in: bc6689db6f user: stephanie.gawroriski tags: trunk
01:23
Storing of package information structure. check-in: d1260ba7fd user: stephanie.gawroriski tags: trunk
2018-05-07
22:19
Base for parse of packages. check-in: adc8a0e494 user: stephanie.gawroriski tags: trunk
20:44
Add a different PackageInfoParser class which just handles package-info because there is no need to complicate another parser to handle the single class. check-in: 1f6dfa395f user: stephanie.gawroriski tags: trunk
20:40
A non-package-info compilation unit must contain at least one class and if it contains only a single class it must match the input source name. check-in: 48ced2d373 user: stephanie.gawroriski tags: trunk
20:37
For an input source file, check the validity of the package/source name and additionally if it declares a public class correctly. check-in: 1afc2d05f9 user: stephanie.gawroriski tags: trunk
19:59
Add base for AbstractNameLookup. check-in: 07b2ffeb82 user: stephanie.gawroriski tags: trunk
15:16
Add base for compilation unit parsing. check-in: 5ecc30a7c6 user: stephanie.gawroriski tags: trunk
02:11
Move PackageSymbol to the correct package. check-in: cd95c43021 user: stephanie.gawroriski tags: trunk
2018-05-05
17:01
Base comment; Add base for PackageSymbol. check-in: ff6f53d77c user: stephanie.gawroriski tags: trunk
16:17
Parse the syntax structure of input files; Add base SyntaxException to catch those together; Add StringFileName for location awareness. check-in: 3387c0cac2 user: stephanie.gawroriski tags: trunk
16:02
Search for the source file before processing it. check-in: 1ea8e44735 user: stephanie.gawroriski tags: trunk
15:29
Add base for class symbols and structures. check-in: 73ab5b5227 user: stephanie.gawroriski tags: trunk
2018-05-04
03:45
Base call to process source files. check-in: a2c8e35254 user: stephanie.gawroriski tags: trunk
2018-05-03
22:19
Base initialization of the runtime input. check-in: 9b57897562 user: stephanie.gawroriski tags: trunk
19:48
Deprecate the old cute code as the nodes will be replaced by structures and the parsing of classes/sources will be commonized (needed for the compiler and documentation tools). check-in: d0bc685dea user: stephanie.gawroriski tags: trunk
19:38
Base for some structure classes. check-in: c4ec1dd51c user: stephanie.gawroriski tags: trunk
19:17
Add base for structure package which will contain the ability to load inputs and such. check-in: 62ff35b234 user: stephanie.gawroriski tags: trunk
2018-05-01
19:38
Rename structure package to syntax. check-in: c2a81f182f user: stephanie.gawroriski tags: trunk
00:46
Initialization of compilation units. check-in: edd481203f user: stephanie.gawroriski tags: trunk
00:35
Implement parsing of classes. check-in: 2e4d868eed user: stephanie.gawroriski tags: trunk
00:00
Parsing of simple methods. check-in: eeb81301c0 user: stephanie.gawroriski tags: trunk
2018-04-30
23:45
Parsing of formal parameters; Correct tokenization of ellipses. check-in: 82c2b668e1 user: stephanie.gawroriski tags: trunk
16:31
Initialization of ClassConstructor. check-in: 687b2cad29 user: stephanie.gawroriski tags: trunk
01:24
Make FormalParameters class so that I can make MethodDescriptor from it. check-in: 7f824c0735 user: stephanie.gawroriski tags: trunk
01:11
Parsing of unparsed expressions and base initialization to class constructors. check-in: 7318c0ec37 user: stephanie.gawroriski tags: trunk