Presentation is loading. Please wait.

Presentation is loading. Please wait.

Overview of the language A table generation language Initialize and manipulate columns and finally generate a table The values in the column are numbers.

Similar presentations


Presentation on theme: "Overview of the language A table generation language Initialize and manipulate columns and finally generate a table The values in the column are numbers."— Presentation transcript:

1 Overview of the language A table generation language Initialize and manipulate columns and finally generate a table The values in the column are numbers and strings The table is in the form of a comma separated file Preprocessor support to the language

2 Brief Syntax, sample example and output Supports number, string and column data type. num:, str:, col:c General mathematical binop expressions as in x = a+b, a = a *b, x= a/b Indexing operations on columns as in c[i], c[i-j] and c.size Conditional statements using relational expressions as in if ( i > j) { …}, if (I < j){}else {…} Iterative statements using relational expressions as in loop (i == j) {….} The final table generation statement as in generate_table

3 Project Development Set up environment Ocaml for Windows Version control – Tortoise SVN and Google code for repository Followed class examples and class instructions – Scanner Scanner tests Parser Parser tests Interpreter Preprocessor Testing and Test Regression environment Lessons Learned An insight into Interpreter functioning and program flow Ocaml Team oriented development skills


Download ppt "Overview of the language A table generation language Initialize and manipulate columns and finally generate a table The values in the column are numbers."

Similar presentations


Ads by Google