You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,5 +24,5 @@ The features that I was most interested in leveraging:
24
24
- Parameters within an L-system's modules and exposing them to grammar evaluation and production choices (parametric L-systems).
25
25
- The introduction of random values with those parameters (stochastic grammars).
26
26
27
-
While this project can be implemented using an interpretter, I wanted to see how far I could leverage the Swift language.
27
+
While this project can be implemented using an interpreter, I wanted to see how far I could leverage the Swift language.
28
28
This project attempts to follow in the conceptual footsteps of the L+C language to create a mechanism to create L-systems that compile down to machine code for efficiency of execution.
0 commit comments