Skip to content

Commit

Permalink
Remove links from outreachy project description (ocaml#1764)
Browse files Browse the repository at this point in the history
- fixes overflowing div on outreachy page
  • Loading branch information
Solar-Rays authored and sabine committed Dec 12, 2023
1 parent 796b81c commit 532c521
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions data/outreachy.yml
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 532c521

Please sign in to comment.