Add TOML.

This commit is contained in:
Sigilante 2023-04-24 10:58:30 -05:00 committed by GitHub
parent b1d6af7d52
commit 7927b9b685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
## Tutorial: Building a CLI App
+++
title = "Building a CLI App"
weight = 28
+++
We will utilize the basic calculator app logic from the [parsing guide](/guides/additional/parsing#recursive-parsers) to produce a linked calculator agent `%rpn` supporting the following operators by the appropriate parsers: