-
The `ElementPrinterHelper` prints out modifiers by fetching the extended modifiers. These are in turn stored inside a `HashSet`, which is not ordered. The printer-helper sections them in `[visibility]…
-
Bonjour,
Je voudrais utiliser Spoon pour faire analyser des dépendances entre deux classes, créer une interface pour l'une d'entre elles et passer par l'interface pour la manipuler. L'analyse avec…
-
Unison's syntax is just used for parsing and pretty-printing of definitions, but the actual definitions are stored in the codebase as their AST. This means we could support multiple syntaxes for the l…
-
-
I will fix this myself.
For now I will revert to using `std.stdio : write` and use my `createPrettyString` function.
-
If we use a separate HTML prettifier we can move out all the issues surrounding formatting of pretty printing HTML into a library that actually cares. Jade should focus on compiling jade to html, not…
-
```
ASPath objects accepts an ASPathSegment object in its 'segments' field.
However, this field is not printed when representing the object. Only the
'data' field is printed.
When an object is decod…
-
```
ASPath objects accepts an ASPathSegment object in its 'segments' field.
However, this field is not printed when representing the object. Only the
'data' field is printed.
When an object is decod…
-
Currently, the printing of ADTs is a bit messy:
```julia
julia> using Moshi.Data: @data
julia> @data List{T} begin
Nil
Cons(T, List{T})
end
Main.List
julia> fo…
-
osquery has two printing modes we need: line and pretty.
Both of these are implemented in C++ so the code needs to be rewritten in go.
Printing Modes Implemented:
- [x] Pretty (#55)
- [x] Li…