Skip to content

Commit

Permalink
Remove links from outreachy project description (#1764)
Browse files Browse the repository at this point in the history
- fixes overflowing div on outreachy page
  • Loading branch information
Solar-Rays committed Nov 15, 2023
1 parent 9df2170 commit 813ae6e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data/outreachy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,7 @@ rounds:
in order to preprocess code before reaching the last compilation step,
for example, in the form of macros or templates. The OCaml compiler
doesn't provide a full built-in macro system, but the OCaml parser does
provide syntax for preprocessing purposes: attributes
(https://v3.ocaml.org/docs/metaprogramming#attributes-and-derivers) and
extension points
(https://v3.ocaml.org/docs/metaprogramming#extension-nodes-and-extenders).
provide syntax for preprocessing purposes: attributes and extension points.
We -the OCaml community- also have an official framework, called
`ppxlib`, to write preprocessors -called PPXs- based on that syntax and
integrate them into the compilation process.
Expand Down

0 comments on commit 813ae6e

Please sign in to comment.