Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 784 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 784 Bytes

logo

FAE SEMPRE DEMO PROJECT

how to use

  • clone the project
  • install docker-compose
  • run: docker-compose run fae
  • cli would appear for further instructinos

simple demo try

  • current demo present logic for template contract "grammars/contract.grammar"
  • changing yml, any other grammar could be checked as well
  • run: docker-compose run fae
  • in cli write: (file /opt/examples/contract_example.txt)
  • result is solidity contract basic_usage

current features

  • fast grammar adaptation
  • interactive learning

basic training

  • we will change text in example
  • try to run again
  • system will point on error in code
  • we will solve it with training method and run again basic_training