Remove all the old references to "toy language"
This is a relic from the early development days in this repo. When I first started this repo, it was a clean-slate playground to test ideas for solving the road blocks I hit with my previous attempt at an org-mode parser. To keep things simple, I originally only had a very basic set of syntax rules that only vaguely looked similar to org-mode. Once I had things figured out, I kept developing in this repo, morphing it into a full org-mode parser. A couple of references to those early days still remained, and this patch should get rid of the last of them.
This commit is contained in:
4
Makefile
4
Makefile
@@ -55,7 +55,7 @@ debug:
|
||||
|
||||
.PHONY: jaeger
|
||||
jaeger:
|
||||
> docker run -d --rm --name toylanguagedocker -p 6831:6831/udp -p 6832:6832/udp -p 16686:16686 -p 14268:14268 jaegertracing/all-in-one:latest
|
||||
> docker run -d --rm --name organicdocker -p 6831:6831/udp -p 6832:6832/udp -p 16686:16686 -p 14268:14268 jaegertracing/all-in-one:latest
|
||||
|
||||
.PHONY: jaegerweb
|
||||
jaegerweb:
|
||||
@@ -63,4 +63,4 @@ jaegerweb:
|
||||
|
||||
.PHONY: jaegerstop
|
||||
jaegerstop:
|
||||
> docker stop toylanguagedocker
|
||||
> docker stop organicdocker
|
||||
|
||||
Reference in New Issue
Block a user