Skip to content

Commit

Permalink
add bencode to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaquraish committed Mar 30, 2024
1 parent 04f84cc commit 0ffba9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta/gen_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cat > compiler/doc.oc << EOF
//*
//* Nothing to see here
import std::{ vector, map, compact_map, heap, deque, set, linkedlist, variadic }
import std::{ vector, map, compact_map, heap, deque, set, linkedlist, variadic, bencode }
import std::{ buffer, bufferio, image, json, math, complex, fft, random, curl, og }
import std::{ value, vec, glut, socket, sort, thread, video_renderer, sv, fs, zlib, time }
import std::traits::{ hash, eq, compare }
Expand All @@ -33,4 +33,4 @@ EXIT_CODE=$?

rm compiler/doc.oc

exit $EXIT_CODE
exit $EXIT_CODE

0 comments on commit 0ffba9a

Please sign in to comment.