give me a lever long enough and a fulcrum on which to
play

Give me a lever long enough and a fulcrum on which to place it, and - PowerPoint PPT Presentation

Give me a lever long enough and a fulcrum on which to place it, and I shall move the world. - Archimedes Team Members Project Manager - Roy Hermann Language Guru - Chaiwen Chou System Architect - Mahd Tauseef System Engineer - Zissis


  1. “Give me a lever long enough and a fulcrum on which to place it, and I shall move the world.” - Archimedes

  2. Team Members Project Manager - Roy Hermann Language Guru - Chaiwen Chou System Architect - Mahd Tauseef System Engineer - Zissis Konstas Verification and Validation - Eden Dolev

  3. What is Lever? ● High-level programming language for retrieving useful information from the abundance of data that is available through social networks.

  4. Why Lever?

  5. Lever is…. Powerful Simple Concise Weakly typed

  6. Language Guru Chaiwen Chou

  7. Hello World! HelloWorld.lever 1 program { 2 output “helloworld”; 3 } Compile and run in unix shell $ ./leverc HelloWorld.lever $ ./lever HelloWorld

  8. Lever Social Constructs SimpleProgram.lever 1 program { 2 var topic = #input; 3 var user = @input; 4 var result = get topic, user; 5 output result; 6 } example output: @pratapabhyudaya - Conservatives touch 300 mark #ConservativesMustWin #UKElectionsFri May 08 03:21:59 EDT 2015 @CidobBarcelona - .@oopenblog: triunfo personal de Cameron limita el impacto de la ala derecha del partido conservador #UKelectionsFri

  9. System Architect Mahd Tauseef

  10. Translator Architecture

  11. Translator Walkthrough program { output “hello world”; }

  12. Translator Walkthrough 1 // HelloWorld.lever 2 program { 3 var a = “hello world”; 4 output a; 5 } Semantic Symbol Table Check Identifier Type a String Code Generator .java file

  13. Systems Engineer Zissis Konstas

  14. Development and Runtime Environment

  15. Antlr 4 - Compiler Generation Tool Lexer Grammar Parser Lexer Rules Node Visitor Listener

  16. Verification and Validation Eden Dolev

  17. Automated Testing ● Bash ● Test Cases ● Bugs

  18. Sample Test Output example output: whileLoopTest.lever user$ ./tester ifTest.lever whileLoopTest.lever /* Test for: testing... WHILE LOOPS Compiling Lever into intermediate code... Expected output: "YES\nYES\nYES\nYES\n" Compiling and JARing API... */ Compiling program... Removing intermediate files... program { var counter = 1; ifTest.lever compiled successfully! while(counter <= 3) { Compiling Lever into intermediate code... output "YES"; Compiling and JARing API... counter++; Compiling program... } Removing intermediate files... whileLoopTest.lever compiled successfully! while(counter <=6) counter++; FAILURE - ifTest.lever - Exp:YES YES YES Act:YES YES NO: Third if statement failed. SUCCESS - whileLoopTest.lever if(counter == 7) { output "YES"; 0 compile-errors, 0 runtime-errors, } else { 1 failures and 1 successes output "NO: braceless while failed\n"; } }

  19. Live Demo - UK Elections

  20. Conclusions ● Eden Dolev ● Zissis Konstas ● Mahd Tauseef ● Chaiwen Chou ● Roy Hermann

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend