Patent attributes
A system includes a source code repository which stores source code entries, which include instructions in a programming language for performing computing tasks. A code generator receives an input which includes a request to perform a first computing task. Keywords, including a variable-associated keyword and a function-related keyword, are identified in the input. Code-line entries are determined which, when executed in an ordered combination, achieve the first computing task. Based on the variable-associated keyword, variables appearing in the source code repository are determined to declare in order to perform the first computing task. Based on the function-related keyword, functions appearing in the source code repository are determined to define and call to perform the first computing task. A custom code is generated, in the programming language.