mirror of
https://github.com/keiffster/program-y.git
synced 2026-04-03 08:29:42 -06:00
A new language for AIML #93
Labels
No labels
News
News
News
News
News
News
News
News
bug
bug
bug
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
enhancement
enhancement
enhancement
enhancement
enhancement
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/program-y#93
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @keiffster on 9/24/2019
I've been playing round with defining a new language for AIML, during a recent project which required writing a lot of new and complex AIML the use of XML started to become the inhibitor of rapid development.
This is the bare bones of the language, it shows the basics of the grammar and how simple pattern matches are made up. Ive started work on a parser which converts to AIML, along with an AIML to the new langauge ( as yet unnamed, but possible AIPL - AI Programming Langauge ) converter
The intent is to make it available in IDEs with Syntax highlighting, grammar linting etc