Skip to content

Commit 11d2895

Browse files
committed
More reflection text
1 parent d1ce4d8 commit 11d2895

18 files changed

+27301
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@ Follow me on Twitter [@seanbax](https://www.twitter.com/seanbax) for compiler up
99

1010
The best samples:
1111

12-
[Circle C++ for shaders](https://www.github.com/seanbaxter/shaders)
12+
**NEW** [Circle reflection](reflection/README.md)
13+
**NEW** [Circle C++ for shaders](https://www.github.com/seanbaxter/shaders)
1314
[List comprehensions, slices, ranges, for-expressions, functional folds and expansion expressions](comprehension/comprehension.md)
1415
[Pattern-matching expressions and enhanced structured bindings](pattern/pattern.md)
1516
[File @embed and a compile-time design dilemma](embed/embed.md)
1617
[The Circle format library](fmt/fmt.md)
1718
[Compile-time regular expressions](regex/regex.md)
19+
[Parameter packs in Circle](packs/pack.md)
1820
[Video - Circle compiler walkthrough](https://www.youtube.com/watch?v=1m_5SVmGA4k)
1921

2022
Old, out of date, still interesting:
2123

24+
[A short Circle whitepaper](new_whitepaper/README.md)
2225
[Circle reference and examples](examples/README.md)
2326
[Circle video tutorial #1 - Serialization](https://www.youtube.com/watch?v=rxvqEY3VqHo)
2427
[Circle video tutorial #2 - Typed enums](https://www.youtube.com/watch?v=XSQOwWFxsMY)
25-
[Parameter packs in Circle](packs/pack.md)
2628
[Walkthrough 1: Injecting functions from text](walkthrough/functions.md)
2729
[Walkthrough 2: Evaluating expressions from text](walkthrough/eprintf.md)
28-
[Walkthrough 3: Deserializing JSON to classes](walkthrough/json_loader.md)
30+
[Walkthrough 3: Deserializing JSON to classes](walkthrough/json_loader.md)

0 commit comments

Comments
 (0)